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-03-14T10:08:10.214Z||main|||||INFO|500||The following profiles are active: basic 2022-03-14T10:08:26.678Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-14T10:08:26.683Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-14T10:08:26.860Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-14T10:08:32.178Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-14T10:08:32.728Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-14T10:08:33.263Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-14T10:08:33.273Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-14T10:08:33.444Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-14T10:08:33.731Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-14T10:08:34.509Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-14T10:08:36.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T10:08:39.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T10:08:39.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-14T10:08:40.588Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T10:08:40.765Z||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-03-14T10:08:42.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T10:08:43.849Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-14T10:08:43.878Z||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$$20cf312a.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-03-14T10:08:43.880Z||main|||||WARN|500||The sdc end point is not alive 2022-03-14T10:08:49.317Z||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-03-14T10:08:53.441Z||main|||||WARN|500||--- 2022-03-14T10:08:53.442Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-14T10:08:53.443Z||main|||||WARN|500||--- 2022-03-14T10:08:54.000Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-14T10:09:00.869Z||main|||||INFO|500||Started Application in 55.515 seconds (JVM running for 58.312) 2022-03-14T10:09:00.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-14T10:09:00.927Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-14T10:09:00.947Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-14T10:09:00.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-14T10:09:01.060Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7fd0cb9-1353-4975-93e1-df79540fd9f3 url= /sdc/v1/artifactTypes 2022-03-14T10:09:01.060Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-14T10:09:01.402Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-14T10:09:01.429Z||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-03-14T10:09:01.451Z||scheduling-1|||||DEBUG|500||create keys 2022-03-14T10:09:01.463Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-14T10:09:01.505Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:09:01.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 73ae1d2f-fa36-45c2-9bca-9077912d1505 url= /sdc/v1/registerForDistribution 2022-03-14T10:09:01.643Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 73ae1d2f-fa36-45c2-9bca-9077912d1505 url= /sdc/v1/registerForDistribution 2022-03-14T10:09:01.644Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-14T10:09:01.659Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:09:01.661Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:09:01.668Z||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-03-14T10:09:01.668Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:09:01.669Z||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-03-14T10:09:01.669Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:09:01.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-14T10:09:12.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:09:12.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:10:01.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:10:01.654Z||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-03-14T10:10:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:10:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:10:01.656Z||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-03-14T10:10:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:10:11.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:10:11.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:11:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:11:01.654Z||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-03-14T10:11:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:11:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:11:01.655Z||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-03-14T10:11:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:11:11.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:11:11.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:12:01.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:12:01.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:12:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:12:01.655Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:12:01.655Z||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-03-14T10:12:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:12:11.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:12:11.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:13:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:13:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:13:01.657Z||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-03-14T10:13:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:13:01.660Z||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-03-14T10:13:01.661Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:13:11.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:13:11.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:14:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:14:01.654Z||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-03-14T10:14:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:14:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:14:01.655Z||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-03-14T10:14:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:14:11.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:14:11.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:15:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:15:01.655Z||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-03-14T10:15:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:15:01.656Z||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-03-14T10:15:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:15:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:15:11.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:15:11.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:16:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:16:01.654Z||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-03-14T10:16:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:16:01.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:16:01.657Z||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-03-14T10:16:01.658Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:16:11.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:16:11.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:17:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:17:01.654Z||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-03-14T10:17:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:17:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:17:01.656Z||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-03-14T10:17:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:17:11.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:17:11.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:18:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:18:01.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:18:01.656Z||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-03-14T10:18:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:18:01.657Z||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-03-14T10:18:01.658Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:18:11.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:18:11.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:18:16.173Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-14T10:18:16.476Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2548ae79 ((conn=964) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2022-03-14T10:19:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:19:01.654Z||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-03-14T10:19:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:19:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:19:01.655Z||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-03-14T10:19:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:19:11.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:19:11.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:20:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:20:01.654Z||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-03-14T10:20:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:20:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:20:01.655Z||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-03-14T10:20:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:20:11.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:20:11.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:21:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:21:01.654Z||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-03-14T10:21:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:21:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:21:01.655Z||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-03-14T10:21:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:21:11.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:21:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:22:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:22:01.654Z||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-03-14T10:22:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:22:01.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:22:01.655Z||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-03-14T10:22:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:22:11.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:22:11.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:23:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:23:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:23:01.655Z||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-03-14T10:23:01.655Z||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-03-14T10:23:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:23:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:23:11.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:23:11.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:24:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:24:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:24:01.656Z||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-03-14T10:24:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:24:01.656Z||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-03-14T10:24:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:24:11.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:24:11.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:25:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:25:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:25:01.654Z||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-03-14T10:25:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:25:01.655Z||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-03-14T10:25:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:25:11.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:25:11.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:26:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:26:01.654Z||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-03-14T10:26:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:26:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:26:01.656Z||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-03-14T10:26:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:26:11.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:26:11.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:27:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:27:01.654Z||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-03-14T10:27:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:27:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:27:01.655Z||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-03-14T10:27:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:27:11.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:27:11.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:28:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:28:01.654Z||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-03-14T10:28:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:28:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:28:01.655Z||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-03-14T10:28:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:28:11.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:28:11.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:29:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:29:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:29:01.658Z||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-03-14T10:29:01.658Z||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-03-14T10:29:01.658Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:29:01.658Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:29:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:29:11.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:30:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:30:01.654Z||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-03-14T10:30:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:30:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:30:01.656Z||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-03-14T10:30:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:30:11.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:30:11.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:31:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:31:01.654Z||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-03-14T10:31:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:31:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:31:01.656Z||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-03-14T10:31:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:31:11.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:31:11.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:32:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:32:01.654Z||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-03-14T10:32:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:32:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:32:01.655Z||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-03-14T10:32:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:32:11.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:32:11.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:33:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:33:01.655Z||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-03-14T10:33:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:33:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:33:01.657Z||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-03-14T10:33:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:33:11.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:33:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:34:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:34:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:34:01.656Z||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-03-14T10:34:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:34:01.656Z||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-03-14T10:34:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:34:11.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:34:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:35:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:35:01.654Z||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-03-14T10:35:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:35:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:35:01.655Z||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-03-14T10:35:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:35:11.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:35:11.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:36:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:36:01.654Z||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-03-14T10:36:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:36:01.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:36:01.655Z||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-03-14T10:36:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:36:11.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:36:11.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:37:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:37:01.654Z||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-03-14T10:37:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:37:01.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:37:01.655Z||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-03-14T10:37:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:37:11.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:37:11.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:38:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:38:01.654Z||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-03-14T10:38:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:38:01.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:38:01.655Z||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-03-14T10:38:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:38:11.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:38:11.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:39:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:39:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:39:01.656Z||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-03-14T10:39:01.656Z||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-03-14T10:39:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:39:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:39:11.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:39:11.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:40:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:40:01.654Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:40:01.654Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:40:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:40:01.656Z||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-03-14T10:40:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:40:11.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:40:11.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:41:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:41:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:41:01.655Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:41:01.655Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:41:01.655Z||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-03-14T10:41:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:41:11.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:41:11.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:42:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:42:01.654Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:42:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:42:01.654Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:42:01.655Z||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-03-14T10:42:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:42:11.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:42:11.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:43:01.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:43:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:43:01.658Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:43:01.658Z||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-03-14T10:43:01.658Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:43:01.658Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:43:11.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:43:11.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:44:01.654Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:44:01.654Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:44:01.655Z||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-03-14T10:44:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:02.296Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:02.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a399e26-3525-45a2-94f4-f305d5ef9270","serviceName":"basic_onboard_gJCpAa","serviceVersion":"1.0","serviceUUID":"3ee344cd-4cf9-430d-aa67-e37950a17452","serviceDescription":"service","serviceInvariantUUID":"33670224-8e59-4e1a-aee9-d3094c89f750","resources":[{"resourceInstanceName":"basic_onboard_gJCpAa 0","resourceName":"basic_onboard_gJCpAa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e277eec6-8f6e-4c26-bac4-629f194a4744","resourceInvariantUUID":"8e358eb9-a921-470c-8912-bfbcb020f6ff","resourceCustomizationUUID":"0b40e8f7-2ba3-4206-9221-de23763c2320","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml","artifactChecksum":"NWU4MDYwZmI1ZTc2MmM3YzA2ZDU0ZDJjYmJjMGYyYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47350156-2bba-48ac-ab18-e177ac4db95c","artifactVersion":"1"},{"artifactName":"basic_onboard_gjcpaa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json","artifactChecksum":"MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec3d9aa6-4a66-49ff-b333-21c399f19d31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6370e5e-f1cb-4316-b64e-23c21f09b33f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79f3c239-c471-42aa-a24a-e24f81def6a5","artifactVersion":"2","generatedFromUUID":"ec3d9aa6-4a66-49ff-b333-21c399f19d31"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGjcpaa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml","artifactChecksum":"YTJhNDZmODdmNjVkZTZiY2E1YjM1OTg2ZmUwMDk0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc0462aa-f393-440e-b228-c06d9b6fceb5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGjcpaa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar","artifactChecksum":"YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dea1a591-07bd-40d1-8174-d9c28dcf5443","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T10:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:02.334Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:02.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOTIFIED" } 2022-03-14T10:44:02.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T10:44:02.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.349Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:02.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.349Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254632558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T10:44:02.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254623101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:44:02.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T10:44:02.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254632558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOTIFIED" } 2022-03-14T10:44:02.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254632558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254629503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:44:02.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254635023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:44:02.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:44:02.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254628391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:44:02.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "ves-openapi-manager", "timestamp": 1647254629436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254632558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "multicloud-k8s-id", "timestamp": 1647254637616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:44:02.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254636522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:44:02.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254632558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:02.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "policy-id", "timestamp": 1647254631052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:44:02.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T10:44:02.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "cds", "timestamp": 1647254637542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-14T10:44:02.476Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2022-03-14T10:44:02.481Z||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-03-14T10:44:02.481Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T10:44:02.495Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:02.497Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:44:02.534Z||pool-2-thread-7|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2c63ea00 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-14T10:44:02.538Z||pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-14T10:44:02.539Z||pool-2-thread-7|||||ERROR|500||(conn=1796) WSREP has not yet prepared node for application use 2022-03-14T10:44:02.541Z||pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-14T10:44:02.544Z||pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-14T10:44:02.553Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-14T10:44:02.554Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-03-14T10:44:03.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:03.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:03.361Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:03.361Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOTIFIED" } 2022-03-14T10:44:03.462Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:44:03.462Z||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-03-14T10:44:03.463Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:03.507Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:03.509Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:44:04.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:04.363Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:04.365Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:04.365Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T10:44:04.466Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T10:44:04.467Z||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-03-14T10:44:04.467Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:04.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:04.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:44:05.367Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:05.368Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:05.370Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:05.370Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:05.472Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-14T10:44:05.474Z||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-03-14T10:44:05.474Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:05.502Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:05.503Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:44:06.371Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:06.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:06.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:06.374Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T10:44:06.474Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:44:06.476Z||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-03-14T10:44:06.476Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:06.504Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:06.504Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:44:07.377Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:07.383Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:07.392Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:07.393Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:44:07.491Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T10:44:07.492Z||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-03-14T10:44:07.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:07.512Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:07.513Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:44:08.395Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:44:08.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:08.398Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:08.398Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:44:08.499Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:44:08.500Z||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-03-14T10:44:08.500Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:08.530Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:08.530Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:44:09.400Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "serviceName": "basic_onboard_gJCpAa", "serviceVersion": "1.0", "serviceUUID": "3ee344cd-4cf9-430d-aa67-e37950a17452", "serviceDescription": "service", "serviceInvariantUUID": "33670224-8e59-4e1a-aee9-d3094c89f750", "resources": [ { "resourceInstanceName": "basic_onboard_gJCpAa 0", "resourceCustomizationUUID": "0b40e8f7-2ba3-4206-9221-de23763c2320", "resourceName": "basic_onboard_gJCpAa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e277eec6-8f6e-4c26-bac4-629f194a4744", "resourceInvariantUUID": "8e358eb9-a921-470c-8912-bfbcb020f6ff", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gjcpaa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "artifactChecksum": "MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ec3d9aa6-4a66-49ff-b333-21c399f19d31", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "79f3c239-c471-42aa-a24a-e24f81def6a5", "generatedFromUUID": "ec3d9aa6-4a66-49ff-b333-21c399f19d31" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "79f3c239-c471-42aa-a24a-e24f81def6a5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGjcpaa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "artifactChecksum": "YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dea1a591-07bd-40d1-8174-d9c28dcf5443" } ], "workloadContext": "Production" } 2022-03-14T10:44:09.402Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T10:44:09.402Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ee344cd-4cf9-430d-aa67-e37950a17452 ASDC 2022-03-14T10:44:09.544Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7a399e26-3525-45a2-94f4-f305d5ef9270 ServiceName:basic_onboard_gJCpAa ServiceVersion:1.0 ServiceUUID:3ee344cd-4cf9-430d-aa67-e37950a17452 ServiceInvariantUUID:33670224-8e59-4e1a-aee9-d3094c89f750 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGjcpaa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar ArtifactUUID:dea1a591-07bd-40d1-8174-d9c28dcf5443 ArtifactChecksum:YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gJCpAa 0 ResourceCustomizationUUID:0b40e8f7-2ba3-4206-9221-de23763c2320 ResourceInvariantUUID:8e358eb9-a921-470c-8912-bfbcb020f6ff ResourceName:basic_onboard_gJCpAa ResourceType:VF ResourceUUID:e277eec6-8f6e-4c26-bac4-629f194a4744 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gjcpaa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json ArtifactUUID:582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3 ArtifactChecksum:MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU= 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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml ArtifactUUID:ec3d9aa6-4a66-49ff-b333-21c399f19d31 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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env ArtifactUUID:79f3c239-c471-42aa-a24a-e24f81def6a5 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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env ArtifactUUID:79f3c239-c471-42aa-a24a-e24f81def6a5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T10:44:09.549Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ee344cd-4cf9-430d-aa67-e37950a17452 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=? 2022-03-14T10:44:09.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@33aa3647 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-14T10:44:09.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-14T10:44:09.657Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||(conn=1807) WSREP has not yet prepared node for application use 2022-03-14T10:44:09.657Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-14T10:44:09.659Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804) at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.merge(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319) at org.hibernate.loader.Loader.loadEntity(Loader.java:2422) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988) at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172) at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102) at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793) ... 48 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 79 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 84 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 85 common frames omitted 2022-03-14T10:44:09.678Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog() at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 28 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 31 common frames omitted 2022-03-14T10:44:09.679Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a399e26-3525-45a2-94f4-f305d5ef9270 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-03-14T10:44:09.790Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a399e26-3525-45a2-94f4-f305d5ef9270 and serviceModelVersionId: 2022-03-14T10:44:09.791Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33670224-8e59-4e1a-aee9-d3094c89f750 2022-03-14T10:44:09.792Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 2022-03-14T10:44:09.793Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 2022-03-14T10:44:09.793Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||Exception occurred java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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-03-14T10:44:09.794Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception in executePatchAAI(): {} java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722) 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) Caused by: java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181) ... 9 common frames omitted 2022-03-14T10:44:09.794Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750 2022-03-14T10:44:09.797Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a399e26-3525-45a2-94f4-f305d5ef9270 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-14T10:44:09.798Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-14T10:44:09.800Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:44:09.802Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:44:09.802Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254649797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-14T10:44:09.903Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:44:09.905Z||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-03-14T10:44:09.905Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:44:09.920Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:44:09.921Z||pool-10-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T10:45:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:45:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:45:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:45:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:45:01.655Z||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-03-14T10:45:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:45:01.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:45:01.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T10:45:01.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:45:01.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-14T10:45:11.278Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:46:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:46:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:46:01.655Z||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-03-14T10:46:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:46:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T10:46:01.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:46:02.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:46:02.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOTIFIED" } 2022-03-14T10:46:02.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254647326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254647901, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:46:02.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "aai-ml", "timestamp": 1647254648332, "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-03-14T10:46:02.240Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270 2022-03-14T10:46:02.241Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-03-14T10:46:02.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254641653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:46:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254643706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:46:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254649921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254649797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "clamp", "timestamp": 1647254650927, "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-03-14T10:46:02.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270 2022-03-14T10:46:02.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-03-14T10:46:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254651903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:46:02.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254656387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:46:02.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254657392, "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-03-14T10:46:02.299Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270 2022-03-14T10:46:02.299Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-03-14T10:46:11.231Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:01.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:47:01.654Z||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-03-14T10:47:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:47:01.655Z||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-03-14T10:47:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:02.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:02.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOTIFIED" } 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOTIFIED" } 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254782558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254789503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "ves-openapi-manager", "timestamp": 1647254789435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254797530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254791052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254799620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254793708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254799757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254801016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254793391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254800772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:47:02.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254802037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T10:47:02.108Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:47:02.108Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:47:02.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254802092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "policy-id", "timestamp": 1647254801775, "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-03-14T10:47:02.124Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:47:02.124Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:47:02.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254801535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254801921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "multicloud-k8s-id", "timestamp": 1647254803046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "cds", "timestamp": 1647254802540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-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-03-14T10:47:02.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:47:02.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:47:02.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254805533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254804925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254806537, "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-03-14T10:47:02.164Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:47:02.164Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:47:02.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "clamp", "timestamp": 1647254805930, "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-03-14T10:47:02.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:47:02.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:47:02.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254803101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:02.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254811308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:02.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254821024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:47:02.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:47:02.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T10:47:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe22511a-cbd8-460b-af51-20669075945a","serviceName":"vFW 2022-03-14 10-43-42","serviceVersion":"1.0","serviceUUID":"0af12834-ad82-4984-a6e4-7900b9624c27","serviceDescription":"catalog service description","serviceInvariantUUID":"ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7","resources":[{"resourceInstanceName":"vFW 4564eede-17e8 0","resourceName":"vFW 4564eede-17e8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e2685e4-2938-4ff1-ad47-7b9d4c1df954","resourceInvariantUUID":"72aa807b-f119-4690-b246-b1a1e1305347","resourceCustomizationUUID":"c4d5364c-f1a5-4ce5-a63d-ed29775d40ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml","artifactChecksum":"MGRmNjc0NmNlOWQwNTRiYmZlNWIwZjgxYWJlNjdlNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c161b6d3-f471-48c4-874c-42aa81f8cc9e","artifactVersion":"1"},{"artifactName":"vfw4564eede17e80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json","artifactChecksum":"ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9026983a-c77c-4ae9-839d-9df7a6932bfb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM1NWNjZWIyZTIzNTFiNzdhNzcyYmFiOWNkNDg0YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6019f68c-9576-4c77-977e-6e9ad04693a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c","artifactVersion":"2","generatedFromUUID":"9026983a-c77c-4ae9-839d-9df7a6932bfb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314104342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml","artifactChecksum":"MjQyMzhjNmM5MjA4NzBlZDNkZDE2NzE3YjdhNTliMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1259359-c064-4e92-8c8e-08dce15c471f","artifactVersion":"1"},{"artifactName":"service-Vfw20220314104342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar","artifactChecksum":"NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"484830f1-b601-4de3-87b1-aa979a4e559b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T10:47:02.318Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:02.318Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:02.322Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:02.323Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:02.424Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T10:47:02.426Z||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-03-14T10:47:02.426Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:02.439Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:02.440Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:03.323Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:03.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:03.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:03.326Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOTIFIED" } 2022-03-14T10:47:03.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:03.427Z||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-03-14T10:47:03.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:03.441Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:03.442Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:04.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:04.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:04.333Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:04.333Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:47:04.433Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:47:04.434Z||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-03-14T10:47:04.435Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:04.448Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:04.448Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:05.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:05.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:05.337Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:05.337Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:05.437Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:05.438Z||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-03-14T10:47:05.438Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:05.454Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:05.455Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:06.337Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:06.338Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:06.340Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:06.340Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:47:06.440Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:06.441Z||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-03-14T10:47:06.442Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:06.454Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:06.455Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:07.341Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:07.342Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:07.344Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:07.344Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:47:07.444Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:07.445Z||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-03-14T10:47:07.445Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:07.465Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:07.466Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:08.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:47:08.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:08.347Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:08.348Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:47:08.448Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:08.450Z||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-03-14T10:47:08.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:08.465Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:08.466Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:09.349Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "serviceName": "vFW 2022-03-14 10-43-42", "serviceVersion": "1.0", "serviceUUID": "0af12834-ad82-4984-a6e4-7900b9624c27", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7", "resources": [ { "resourceInstanceName": "vFW 4564eede-17e8 0", "resourceCustomizationUUID": "c4d5364c-f1a5-4ce5-a63d-ed29775d40ad", "resourceName": "vFW 4564eede-17e8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0e2685e4-2938-4ff1-ad47-7b9d4c1df954", "resourceInvariantUUID": "72aa807b-f119-4690-b246-b1a1e1305347", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4564eede17e80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "artifactChecksum": "ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9026983a-c77c-4ae9-839d-9df7a6932bfb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c", "generatedFromUUID": "9026983a-c77c-4ae9-839d-9df7a6932bfb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220314104342-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "artifactChecksum": "NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "484830f1-b601-4de3-87b1-aa979a4e559b" } ], "workloadContext": "Production" } 2022-03-14T10:47:09.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T10:47:09.350Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0af12834-ad82-4984-a6e4-7900b9624c27 ASDC 2022-03-14T10:47:09.350Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:fe22511a-cbd8-460b-af51-20669075945a ServiceName:vFW 2022-03-14 10-43-42 ServiceVersion:1.0 ServiceUUID:0af12834-ad82-4984-a6e4-7900b9624c27 ServiceInvariantUUID:ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220314104342-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar ArtifactUUID:484830f1-b601-4de3-87b1-aa979a4e559b ArtifactChecksum:NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4564eede-17e8 0 ResourceCustomizationUUID:c4d5364c-f1a5-4ce5-a63d-ed29775d40ad ResourceInvariantUUID:72aa807b-f119-4690-b246-b1a1e1305347 ResourceName:vFW 4564eede-17e8 ResourceType:VF ResourceUUID:0e2685e4-2938-4ff1-ad47-7b9d4c1df954 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4564eede17e80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json ArtifactUUID:8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f ArtifactChecksum:ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ= 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/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml ArtifactUUID:9026983a-c77c-4ae9-839d-9df7a6932bfb 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/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ArtifactUUID:a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c 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/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ArtifactUUID:a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T10:47:09.350Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0af12834-ad82-4984-a6e4-7900b9624c27 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-03-14T10:47:09.388Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:47:09.389Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:47:09.390Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:47:09.390Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 484830f1-b601-4de3-87b1-aa979a4e559b from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:09.391Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:47:09.393Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:10.080Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:47:10.105Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 484830f1-b601-4de3-87b1-aa979a4e559b 98937 2022-03-14T10:47:10.106Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar ASDC sendASDCNotification 2022-03-14T10:47:10.107Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:10.109Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:47:10.109Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:10.115Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:10.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254830105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:10.217Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T10:47:10.219Z||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-03-14T10:47:10.219Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:10.233Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:10.234Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:11.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:47:11.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:47:11.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 484830f1-b601-4de3-87b1-aa979a4e559b, URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar to file: /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:11.121Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314104342-csar.csar 2022-03-14T10:47:11.229Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:11.230Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:12.091Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8685813505607730060/Definitions/service-Vfw20220314104342-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 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-03-14T10:47:15.838Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T10:47:15.847Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4564eede-17e8 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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|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-Vfw20220314104342-csar.csar 2022-03-14T10:47:15.851Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-14T10:47:15.857Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.859Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.865Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:15.865Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-14T10:47:15.867Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:15.871Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-14T10:47:15.871Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:47:15.872Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.872Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.876Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:47:15.880Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.880Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.885Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T10:47:15.886Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad56eab2-8c56-42b8-8789-bb0d14aab264 2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1645c4ee-b6a8-49e1-8684-0acb4fc3b55b 2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=503b6036-22cf-4cc7-b2bc-ca09a728392f 2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-14 10-43-42 Description:catalog service description Model UUID:0af12834-ad82-4984-a6e4-7900b9624c27 Model Version:NULL Model InvariantUuid:ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4564eede-17e8 Model UUID:7d325b44-2662-42f9-abc1-cef2eb088d1d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:72aa807b-f119-4690-b246-b1a1e1305347 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c4d5364c-f1a5-4ce5-a63d-ed29775d40ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:30aa578b-78df-463e-8d8b-f9ca8a4ed084 ModelName:Vfw4564eede17e8..base_vfw..module-0 ModelUuid:457b72f8-5c13-4d23-a412-8e93ca321144 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad56eab2-8c56-42b8-8789-bb0d14aab264 ModelInvariantUuid:5bfdc3ca-1a7c-4dd8-ab19-82b8ebde779a ModelName:vFW 4564eede-17e8-nodes.vfwCvfc ModelUuid:dec4d3b5-c5d8-4a3e-baae-3fd29829b198 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:537d4e59-cd21-43a3-889d-f35ecc5d59f1 ModelInvariantUuid:e6e2aa8b-9558-4052-8c78-78b053f5e348 ModelName:Vfw4564eede17e8.compute.nodes.heat.vfw ModelUuid:d6c8edeb-21c1-4573-835e-94f40925b0e3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1645c4ee-b6a8-49e1-8684-0acb4fc3b55b ModelInvariantUuid:388abedd-2a88-4c11-b2ee-aeb25988ca9a ModelName:vFW 4564eede-17e8-nodes.vsnCvfc ModelUuid:41d5a5a9-16b5-4497-a83c-b0d6562272d6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3125e7b0-f8b2-4a28-8e5a-7d1eff16775e ModelInvariantUuid:431ca051-2abc-449a-828c-70a9bd330785 ModelName:Vfw4564eede17e8.compute.nodes.heat.vsn ModelUuid:3889ff9d-df80-41dd-8d6e-4363a1bc7dae ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:503b6036-22cf-4cc7-b2bc-ca09a728392f ModelInvariantUuid:827f542a-5152-4bd1-a24e-200cde830097 ModelName:vFW 4564eede-17e8-nodes.vpgCvfc ModelUuid:cf8f4993-7f5a-4650-8308-58dd8e62fe24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:412205f6-4608-4661-8d5b-ac4af30295ec ModelInvariantUuid:d431755b-0046-458b-b5de-94cd1e425bfd ModelName:Vfw4564eede17e8.compute.nodes.heat.vpg ModelUuid:490e54fd-d1e1-46ca-9088-0e8a7bc59572 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-03-14T10:47:15.915Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 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-03-14T10:47:15.939Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||vFW 4564eede-17e8 0 2022-03-14T10:47:15.947Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 2022-03-14T10:47:16.974Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:47:16.975Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f 785 2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json ASDC sendASDCNotification 2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:47:16.977Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:16.981Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:16.982Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254836976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:17.081Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:47:17.083Z||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-03-14T10:47:17.083Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:17.098Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:17.099Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:47:17.983Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4564eede17e8..base_vfw..module-0", "vfModuleModelInvariantUUID": "30aa578b-78df-463e-8d8b-f9ca8a4ed084", "vfModuleModelVersion": "1", "vfModuleModelUUID": "457b72f8-5c13-4d23-a412-8e93ca321144", "vfModuleModelCustomizationUUID": "89e523ff-4bd2-4a42-b223-b0bbd9686e98", "isBase": true, "artifacts": [ "9026983a-c77c-4ae9-839d-9df7a6932bfb", "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c" ], "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-03-14T10:47:18.001Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4564eede17e8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:457b72f8-5c13-4d23-a412-8e93ca321144 VfModuleModelInvariantUUID:30aa578b-78df-463e-8d8b-f9ca8a4ed084 VfModuleModelDescription:NULL Artifacts UUID List:{ 9026983a-c77c-4ae9-839d-9df7a6932bfb , a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c } 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-03-14T10:47:18.004Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4564eede17e8..base_vfw..module-0", "vfModuleModelInvariantUUID": "30aa578b-78df-463e-8d8b-f9ca8a4ed084", "vfModuleModelVersion": "1", "vfModuleModelUUID": "457b72f8-5c13-4d23-a412-8e93ca321144", "vfModuleModelCustomizationUUID": "89e523ff-4bd2-4a42-b223-b0bbd9686e98", "isBase": true, "artifacts": [ "9026983a-c77c-4ae9-839d-9df7a6932bfb", "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c" ], "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-03-14T10:47:18.004Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4564eede17e8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:457b72f8-5c13-4d23-a412-8e93ca321144 VfModuleModelInvariantUUID:30aa578b-78df-463e-8d8b-f9ca8a4ed084 VfModuleModelDescription:NULL Artifacts UUID List:{ 9026983a-c77c-4ae9-839d-9df7a6932bfb , a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c } 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-03-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9026983a-c77c-4ae9-839d-9df7a6932bfb from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 2022-03-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 2022-03-14T10:47:19.092Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 9026983a-c77c-4ae9-839d-9df7a6932bfb 20368 2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:47:19.095Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:19.098Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:19.098Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254839094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:19.198Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:19.199Z||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-03-14T10:47:19.199Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:19.211Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:19.212Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:47:20.100Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env 2022-03-14T10:47:20.100Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:47:20.101Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env 2022-03-14T10:47:20.684Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:47:20.685Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c 2098 2022-03-14T10:47:20.685Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env 2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:20.689Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:20.689Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254840685, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:47:20.790Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:47:20.791Z||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-03-14T10:47:20.791Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:20.805Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:20.806Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:21.692Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0af12834-ad82-4984-a6e4-7900b9624c27 2022-03-14T10:47:21.693Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4564eede-17e8 0 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 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-03-14T10:47:21.737Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d0e66f5, org.onap.sdc.toscaparser.api.parameters.Input@153af8b, org.onap.sdc.toscaparser.api.parameters.Input@7d8120d8, org.onap.sdc.toscaparser.api.parameters.Input@6b56ec6a, org.onap.sdc.toscaparser.api.parameters.Input@55d1063b] 2022-03-14T10:47:21.742Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.742Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.743Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-14T10:47:21.743Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c4d5364c-f1a5-4ce5-a63d-ed29775d40ad 2022-03-14T10:47:21.744Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad matches Tosca VF Customization UUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad 2022-03-14T10:47:21.744Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad 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-03-14T10:47:21.751Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.752Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.754Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c4d5364c-f1a5-4ce5-a63d-ed29775d40ad: {\"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-03-14T10:47:21.754Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36db92d3 2022-03-14T10:47:21.755Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.755Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T10:47:21.756Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89e523ff-4bd2-4a42-b223-b0bbd9686e98 2022-03-14T10:47:21.758Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89e523ff-4bd2-4a42-b223-b0bbd9686e98 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-03-14T10:47:21.765Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.766Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.766Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:21.769Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T10:47:21.771Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:21.771Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:47:21.774Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.774Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad56eab2-8c56-42b8-8789-bb0d14aab264 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-03-14T10:47:21.785Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.786Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.786Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.789Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:47:21.789Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:47:21.791Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.791Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:47:21.792Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.792Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1645c4ee-b6a8-49e1-8684-0acb4fc3b55b 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-03-14T10:47:21.795Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.796Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.796Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:21.800Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.800Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria 2022-03-14T10:47:21.801Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:47:21.801Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:47:21.802Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.803Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.803Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:47:21.804Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.805Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:47:21.805Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:47:21.806Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:47:21.806Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:47:21.807Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:47:21.807Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T10:47:21.808Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=503b6036-22cf-4cc7-b2bc-ca09a728392f 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-03-14T10:47:21.812Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.813Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.814Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:47:21.814Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.815Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria 2022-03-14T10:47:21.815Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=c4d5364c-f1a5-4ce5-a63d-ed29775d40ad 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-03-14T10:47:21.819Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.821Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0af12834-ad82-4984-a6e4-7900b9624c27: vFW 4564eede-17e8 2022-03-14T10:47:21.822Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.822Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.823Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.826Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.826Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:47:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:47:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-14 10-43-42 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-03-14T10:47:22.113Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4564eede-17e8 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 1 ASDC deployResourceStructure 2022-03-14T10:47:22.114Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json ASDC sendASDCNotification 2022-03-14T10:47:22.114Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 2022-03-14T10:47:22.115Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:47:22.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:22.118Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:22.118Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254842114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:47:22.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:22.220Z||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-03-14T10:47:22.220Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:22.234Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:22.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:23.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T10:47:23.121Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 2022-03-14T10:47:23.122Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:47:23.122Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:23.125Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:23.126Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254843120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T10:47:23.226Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:23.227Z||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-03-14T10:47:23.227Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:23.241Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:23.242Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:47:24.127Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T10:47:24.127Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env 2022-03-14T10:47:24.128Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:47:24.128Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:24.130Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:24.131Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254844127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T10:47:24.231Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:24.232Z||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-03-14T10:47:24.232Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:24.246Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:24.247Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:25.132Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar ASDC sendASDCNotification 2022-03-14T10:47:25.132Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 2022-03-14T10:47:25.133Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:47:25.133Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:47:25.136Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:47:25.136Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254845132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:47:25.236Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:47:25.237Z||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-03-14T10:47:25.237Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:47:25.250Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:47:25.251Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:47:26.138Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:47:26.155Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:47:56.161Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:47:56.172Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:47:56.176Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:47:56.177Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:47:56.177Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:48:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:48:01.655Z||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-03-14T10:48:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:48:01.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:48:01.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:48:01.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "aai-ml", "timestamp": 1647254822028, "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-03-14T10:48:01.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a 2022-03-14T10:48:01.702Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:48:26.178Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:48:26.203Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:48:26.209Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|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-03-14T10:48:26.219Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T10:48:56.220Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe22511a-cbd8-460b-af51-20669075945a 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-03-14T10:48:56.230Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe22511a-cbd8-460b-af51-20669075945a and serviceModelVersionId: 0af12834-ad82-4984-a6e4-7900b9624c27 2022-03-14T10:48:56.231Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7 2022-03-14T10:49:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:49:01.655Z||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-03-14T10:49:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:01.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:49:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:49:01.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:49:12.499Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0 2022-03-14T10:49:12.646Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T10:49:13.319Z|fe22511a-cbd8-460b-af51-20669075945a|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/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?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-03-14T10:49:13.325Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|INFO|500||Invoke 2022-03-14T10:49:13.491Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T10:49:14.419Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|INFO|500||InvokeReturn 2022-03-14T10:49:14.420Z|fe22511a-cbd8-460b-af51-20669075945a|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/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-10:49:14:822-8917], vertex-id=[176336], Content-Length=[0], Date=[Mon, 14 Mar 2022 10:49:14 GMT], Content-Type=[application/json]} 2022-03-14T10:49:14.420Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T10:49:14.424Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T10:49:14.424Z|fe22511a-cbd8-460b-af51-20669075945a|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-03-14T10:49:14.431Z|fe22511a-cbd8-460b-af51-20669075945a|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-03-14T10:49:14.431Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe22511a-cbd8-460b-af51-20669075945a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T10:49:14.432Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T10:49:14.432Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:14.435Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:14.435Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254954432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T10:49:14.535Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:14.536Z||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-03-14T10:49:14.536Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:14.554Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:14.555Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-14T10:49:15.449Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:49:15.450Z|fe22511a-cbd8-460b-af51-20669075945a|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-03-14T10:49:15.450Z|fe22511a-cbd8-460b-af51-20669075945a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:19.809Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:19.811Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T10:49:19.811Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b37cc73f-455d-4395-8774-db8eac5a8ccb","serviceName":"vFW 2022-03-14 10-46-14","serviceVersion":"1.0","serviceUUID":"8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71","serviceDescription":"catalog service description","serviceInvariantUUID":"e7fb15e5-3777-4845-b802-3a03e05094de","resources":[{"resourceInstanceName":"vFW 3d4ae79f-d4a7 0","resourceName":"vFW 3d4ae79f-d4a7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1d7ce68-7206-425e-ad05-1134728b6b7c","resourceInvariantUUID":"bdddf7ac-12b2-4a66-b996-9d74caeb2eef","resourceCustomizationUUID":"195099cd-a8d0-4283-bb49-ac68721e14ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml","artifactChecksum":"YzI5MTBiMDQzNmFjYjNlN2I3N2U4OWY4OTcwNzIyMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f3141b4-a21b-4238-8b65-a1cb6e827efb","artifactVersion":"1"},{"artifactName":"vfw3d4ae79fd4a70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json","artifactChecksum":"Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92705a46-c94a-4217-857a-46bc6b521c06","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4147333a-3d0d-4807-9a90-9ee470409f8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml","artifactChecksum":"OWYwOWNiNWY0ZjQ3MzAwMGQzMGMzOGNhMDFlOGNiNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1209d3f2-3140-4d91-8c4a-d2427b5dc35e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"939e877b-a282-4f22-8436-9134f430e75d","artifactVersion":"2","generatedFromUUID":"4147333a-3d0d-4807-9a90-9ee470409f8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314104614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml","artifactChecksum":"Mjc0ZGMwNjQxMWU3OWM2ZWM4YmU3NzVmZmYyZjM3NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"027c7196-30bb-40cc-ad86-cc082ab55644","artifactVersion":"1"},{"artifactName":"service-Vfw20220314104614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar","artifactChecksum":"YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2923a96-5181-4797-98b0-070d4f375c1f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T10:49:19.816Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:19.817Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:19.819Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:19.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:49:19.920Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:19.921Z||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-03-14T10:49:19.922Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:19.937Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:19.937Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:49:20.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:20.821Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:20.823Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:20.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOTIFIED" } 2022-03-14T10:49:20.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:49:20.925Z||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-03-14T10:49:20.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:20.943Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:20.944Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:49:21.928Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:21.929Z||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-03-14T10:49:21.930Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:21.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:21.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:22.828Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:22.829Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:22.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:22.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:49:22.932Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:22.933Z||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-03-14T10:49:22.934Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:22.948Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:22.948Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:23.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:23.833Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:23.835Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:23.836Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:49:23.936Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:23.937Z||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-03-14T10:49:23.937Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:23.952Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:23.952Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:24.837Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:24.837Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:24.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:24.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:49:24.940Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:24.941Z||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-03-14T10:49:24.941Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:24.955Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:24.955Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:25.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:49:25.842Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:25.846Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:25.846Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:49:25.945Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:49:25.946Z||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-03-14T10:49:25.946Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:25.965Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:25.966Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "serviceName": "vFW 2022-03-14 10-46-14", "serviceVersion": "1.0", "serviceUUID": "8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e7fb15e5-3777-4845-b802-3a03e05094de", "resources": [ { "resourceInstanceName": "vFW 3d4ae79f-d4a7 0", "resourceCustomizationUUID": "195099cd-a8d0-4283-bb49-ac68721e14ac", "resourceName": "vFW 3d4ae79f-d4a7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f1d7ce68-7206-425e-ad05-1134728b6b7c", "resourceInvariantUUID": "bdddf7ac-12b2-4a66-b996-9d74caeb2eef", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3d4ae79fd4a70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "artifactChecksum": "Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92705a46-c94a-4217-857a-46bc6b521c06", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4147333a-3d0d-4807-9a90-9ee470409f8d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "939e877b-a282-4f22-8436-9134f430e75d", "generatedFromUUID": "4147333a-3d0d-4807-9a90-9ee470409f8d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "939e877b-a282-4f22-8436-9134f430e75d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220314104614-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "artifactChecksum": "YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2923a96-5181-4797-98b0-070d4f375c1f" } ], "workloadContext": "Production" } 2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 ASDC 2022-03-14T10:49:26.849Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b37cc73f-455d-4395-8774-db8eac5a8ccb ServiceName:vFW 2022-03-14 10-46-14 ServiceVersion:1.0 ServiceUUID:8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 ServiceInvariantUUID:e7fb15e5-3777-4845-b802-3a03e05094de ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220314104614-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar ArtifactUUID:a2923a96-5181-4797-98b0-070d4f375c1f ArtifactChecksum:YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3d4ae79f-d4a7 0 ResourceCustomizationUUID:195099cd-a8d0-4283-bb49-ac68721e14ac ResourceInvariantUUID:bdddf7ac-12b2-4a66-b996-9d74caeb2eef ResourceName:vFW 3d4ae79f-d4a7 ResourceType:VF ResourceUUID:f1d7ce68-7206-425e-ad05-1134728b6b7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3d4ae79fd4a70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json ArtifactUUID:92705a46-c94a-4217-857a-46bc6b521c06 ArtifactChecksum:Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE= 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/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml ArtifactUUID:4147333a-3d0d-4807-9a90-9ee470409f8d 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/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ArtifactUUID:939e877b-a282-4f22-8436-9134f430e75d 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/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ArtifactUUID:939e877b-a282-4f22-8436-9134f430e75d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T10:49:26.859Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 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-03-14T10:49:26.894Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a2923a96-5181-4797-98b0-070d4f375c1f from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:26.896Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:49:26.896Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:27.003Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar a2923a96-5181-4797-98b0-070d4f375c1f 98964 2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar ASDC sendASDCNotification 2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:49:27.009Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:27.010Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:27.011Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254967008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:49:27.111Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:27.112Z||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-03-14T10:49:27.112Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:27.126Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:27.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:28.011Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:49:28.012Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a2923a96-5181-4797-98b0-070d4f375c1f, URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar to file: /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314104614-csar.csar 2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:28.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2667806633799499607/Definitions/service-Vfw20220314104614-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-14T10:49:30.517Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3d4ae79f-d4a7 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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-Vfw20220314104614-csar.csar 2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=318bb3b3-c55e-49c1-90f7-dfd2f781d4c1 2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d2c13c0-42ab-41c8-b982-2e2bab297a8f 2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ca7f0b7-883b-47bb-8118-68412627e33e 2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-14 10-46-14 Description:catalog service description Model UUID:8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 Model Version:NULL Model InvariantUuid:e7fb15e5-3777-4845-b802-3a03e05094de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3d4ae79f-d4a7 Model UUID:512c6d26-5221-4797-856a-4983bc9d3f24 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bdddf7ac-12b2-4a66-b996-9d74caeb2eef Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:195099cd-a8d0-4283-bb49-ac68721e14ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc8dd961-2e2e-4237-8771-75eda8148fba ModelName:Vfw3d4ae79fD4a7..base_vfw..module-0 ModelUuid:d36ec53a-1de7-48f1-91a2-a37fe730a5d2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:318bb3b3-c55e-49c1-90f7-dfd2f781d4c1 ModelInvariantUuid:97ca6abd-0004-4c19-9b9c-a890df3b352f ModelName:vFW 3d4ae79f-d4a7-nodes.vfwCvfc ModelUuid:591edfbe-b057-494a-90e4-ae5b3eee5423 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:294116d1-155b-4565-a0bd-03bd702e95ff ModelInvariantUuid:9795e00a-7f56-4e0b-a51f-ab51856ab25b ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vfw ModelUuid:16e9144f-738c-4f86-83c7-1e1647dbbc65 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0d2c13c0-42ab-41c8-b982-2e2bab297a8f ModelInvariantUuid:bc34d8f7-d9df-46b1-8c7b-8d32a3d44476 ModelName:vFW 3d4ae79f-d4a7-nodes.vsnCvfc ModelUuid:41fc14cf-3444-40e6-a6d6-f676358a397b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:48ebae8d-bcb8-4f91-97e9-d23be4c49bf1 ModelInvariantUuid:2e20cecb-1e82-4fac-be69-898a8ec169e9 ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vsn ModelUuid:7308e293-8c5f-4fb1-9a6f-77d2dee6c121 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9ca7f0b7-883b-47bb-8118-68412627e33e ModelInvariantUuid:abf146b7-8da4-4cd7-9900-9e0b44bb7b37 ModelName:vFW 3d4ae79f-d4a7-nodes.vpgCvfc ModelUuid:ca377b42-9429-4935-988d-a2539a193215 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:20d09fdb-7006-4004-83f5-e511e7c243fa ModelInvariantUuid:364aff33-6051-41f7-86b6-7a211a429387 ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vpg ModelUuid:c58ecb17-98d0-4820-9b53-5d9352b2067e 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-03-14T10:49:30.561Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f1d7ce68-7206-425e-ad05-1134728b6b7c 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-03-14T10:49:30.576Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||vFW 3d4ae79f-d4a7 0 2022-03-14T10:49:30.576Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1d7ce68-7206-425e-ad05-1134728b6b7c 2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92705a46-c94a-4217-857a-46bc6b521c06 from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 2022-03-14T10:49:30.649Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 92705a46-c94a-4217-857a-46bc6b521c06 785 2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json ASDC sendASDCNotification 2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:49:30.651Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:30.652Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:30.652Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254970650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:49:30.753Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:30.754Z||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-03-14T10:49:30.754Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:30.769Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:30.770Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:31.653Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3d4ae79fD4a7..base_vfw..module-0", "vfModuleModelInvariantUUID": "dc8dd961-2e2e-4237-8771-75eda8148fba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d36ec53a-1de7-48f1-91a2-a37fe730a5d2", "vfModuleModelCustomizationUUID": "4f4b796f-c181-49da-a40c-61d8257ee837", "isBase": true, "artifacts": [ "4147333a-3d0d-4807-9a90-9ee470409f8d", "939e877b-a282-4f22-8436-9134f430e75d" ], "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-03-14T10:49:31.657Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3d4ae79fD4a7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d36ec53a-1de7-48f1-91a2-a37fe730a5d2 VfModuleModelInvariantUUID:dc8dd961-2e2e-4237-8771-75eda8148fba VfModuleModelDescription:NULL Artifacts UUID List:{ 4147333a-3d0d-4807-9a90-9ee470409f8d , 939e877b-a282-4f22-8436-9134f430e75d } 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-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3d4ae79fD4a7..base_vfw..module-0", "vfModuleModelInvariantUUID": "dc8dd961-2e2e-4237-8771-75eda8148fba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d36ec53a-1de7-48f1-91a2-a37fe730a5d2", "vfModuleModelCustomizationUUID": "4f4b796f-c181-49da-a40c-61d8257ee837", "isBase": true, "artifacts": [ "4147333a-3d0d-4807-9a90-9ee470409f8d", "939e877b-a282-4f22-8436-9134f430e75d" ], "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-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3d4ae79fD4a7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d36ec53a-1de7-48f1-91a2-a37fe730a5d2 VfModuleModelInvariantUUID:dc8dd961-2e2e-4237-8771-75eda8148fba VfModuleModelDescription:NULL Artifacts UUID List:{ 4147333a-3d0d-4807-9a90-9ee470409f8d , 939e877b-a282-4f22-8436-9134f430e75d } 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-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4147333a-3d0d-4807-9a90-9ee470409f8d from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 2022-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 2022-03-14T10:49:31.735Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:49:31.736Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 4147333a-3d0d-4807-9a90-9ee470409f8d 20368 2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:31.739Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:31.739Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254971736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:49:31.839Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:31.840Z||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-03-14T10:49:31.840Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:31.860Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:31.861Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 939e877b-a282-4f22-8436-9134f430e75d from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 2022-03-14T10:49:32.796Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 939e877b-a282-4f22-8436-9134f430e75d 2098 2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:49:32.798Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:32.800Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:32.800Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254972797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:49:32.900Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:32.901Z||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-03-14T10:49:32.902Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:32.913Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:32.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:33.802Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 2022-03-14T10:49:33.803Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3d4ae79f-d4a7 0 f1d7ce68-7206-425e-ad05-1134728b6b7c 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-03-14T10:49:33.823Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ca7a03b, org.onap.sdc.toscaparser.api.parameters.Input@62548b4e, org.onap.sdc.toscaparser.api.parameters.Input@1cdb420f, org.onap.sdc.toscaparser.api.parameters.Input@2517d884, org.onap.sdc.toscaparser.api.parameters.Input@14801265] 2022-03-14T10:49:33.825Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 195099cd-a8d0-4283-bb49-ac68721e14ac 2022-03-14T10:49:33.827Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 195099cd-a8d0-4283-bb49-ac68721e14ac matches Tosca VF Customization UUID: 195099cd-a8d0-4283-bb49-ac68721e14ac 2022-03-14T10:49:33.827Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 195099cd-a8d0-4283-bb49-ac68721e14ac 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-03-14T10:49:33.830Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.830Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.831Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 195099cd-a8d0-4283-bb49-ac68721e14ac: {\"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-03-14T10:49:33.831Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f0d27d8 2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f4b796f-c181-49da-a40c-61d8257ee837 2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f4b796f-c181-49da-a40c-61d8257ee837 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-03-14T10:49:33.835Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=318bb3b3-c55e-49c1-90f7-dfd2f781d4c1 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-03-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d2c13c0-42ab-41c8-b982-2e2bab297a8f 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-03-14T10:49:33.850Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria 2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T10:49:33.856Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T10:49:33.856Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ca7f0b7-883b-47bb-8118-68412627e33e 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-03-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria 2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=195099cd-a8d0-4283-bb49-ac68721e14ac 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-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71: vFW 3d4ae79f-d4a7 2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-14 10-46-14 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-03-14T10:49:34.127Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3d4ae79f-d4a7 f1d7ce68-7206-425e-ad05-1134728b6b7c 1 ASDC deployResourceStructure 2022-03-14T10:49:34.128Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json ASDC sendASDCNotification 2022-03-14T10:49:34.128Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 2022-03-14T10:49:34.129Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:49:34.129Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:34.133Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:34.134Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254974128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:49:34.231Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-14T10:49:34.232Z||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-03-14T10:49:34.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:34.244Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:34.245Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:49:35.135Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T10:49:35.136Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 2022-03-14T10:49:35.137Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:49:35.137Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:35.140Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:35.140Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254975135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T10:49:35.240Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T10:49:35.241Z||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-03-14T10:49:35.241Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:35.256Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:35.256Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:49:36.142Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T10:49:36.143Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 2022-03-14T10:49:36.143Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:49:36.144Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:36.146Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:36.146Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254976142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T10:49:36.246Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:36.247Z||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-03-14T10:49:36.247Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:36.262Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:36.262Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:49:37.147Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar ASDC sendASDCNotification 2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar 2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:49:37.150Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:49:37.150Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254977147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:49:37.250Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:49:37.251Z||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-03-14T10:49:37.251Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:49:37.265Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:49:37.266Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:49:38.151Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:49:38.168Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:49:38.170Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:49:38.170Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:49:38.171Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:50:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:50:01.655Z||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-03-14T10:50:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:50:01.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:50:01.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "NOTIFIED" } 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254821653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254830105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254836976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:50:01.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254839094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:50:01.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254840685, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:50:01.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254842114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:50:01.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254843120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254844127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:50:01.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254845132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:50:01.687Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:50:08.177Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:50:08.190Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:50:08.193Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:50:08.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:50:08.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:50:38.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:50:38.204Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:50:38.206Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:50:38.206Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:50:38.207Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:51:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:51:01.655Z||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-03-14T10:51:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:51:01.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:51:01.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOTIFIED" } 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOTIFIED" } 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254909503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254902558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "ves-openapi-manager", "timestamp": 1647254909435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254911052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254919127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254919047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254913707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254920601, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254920052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254913391, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254921819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "policy-id", "timestamp": 1647254921056, "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-03-14T10:51:01.715Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:51:01.715Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:51:01.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254922191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254921590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254923215, "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-03-14T10:51:01.728Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:51:01.728Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:51:01.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "cds", "timestamp": 1647254922596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-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-03-14T10:51:01.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:51:01.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:51:01.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "multicloud-k8s-id", "timestamp": 1647254924219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:51:01.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254923942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254925087, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647254926092, "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-03-14T10:51:01.763Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:51:01.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254925952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:51:01.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "clamp", "timestamp": 1647254926956, "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-03-14T10:51:01.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:51:01.776Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:51:01.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254923101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254931219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254940775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:51:01.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:51:08.207Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:51:08.226Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:51:38.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:51:38.241Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:52:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:52:01.656Z||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-03-14T10:52:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:52:02.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:52:02.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "aai-ml", "timestamp": 1647254941779, "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-03-14T10:52:02.207Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb 2022-03-14T10:52:02.208Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:52:02.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe22511a-cbd8-460b-af51-20669075945a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254954432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T10:52:02.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:52:02.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "NOTIFIED" } 2022-03-14T10:52:02.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T10:52:02.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T10:52:02.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T10:52:02.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:52:02.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254955449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:52:02.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254967008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:52:02.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254970650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T10:52:02.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254971736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T10:52:02.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254972797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T10:52:02.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254974128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json", "status": "DEPLOY_OK" } 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254975135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254976142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T10:52:02.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:02.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:52:02.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647254977147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:52:02.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:52:08.245Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:52:08.256Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:52:08.260Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.268Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T10:52:08.269Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:08.280Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T10:52:38.281Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb 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-03-14T10:52:38.291Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b37cc73f-455d-4395-8774-db8eac5a8ccb and serviceModelVersionId: 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 2022-03-14T10:52:38.291Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7fb15e5-3777-4845-b802-3a03e05094de 2022-03-14T10:52:38.294Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0 2022-03-14T10:52:38.301Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T10:52:38.369Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|INFO|500||Invoke 2022-03-14T10:52:38.370Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2d2ef83-0c1e-49da-98cc-813955e7a8fd], X-ECOMP-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], X-TransactionId=[], X-ONAP-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], Content-Type=[application/merge-patch+json]} 2022-03-14T10:52:38.417Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T10:52:39.075Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?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/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-10:52:39:764-24176], vertex-id=[184528], Content-Length=[0], Date=[Mon, 14 Mar 2022 10:52:39 GMT], Content-Type=[application/json]} 2022-03-14T10:52:39.076Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T10:52:39.077Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|INFO|500||InvokeReturn 2022-03-14T10:52:39.077Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T10:52:39.078Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:39.083Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:39.083Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b37cc73f-455d-4395-8774-db8eac5a8ccb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T10:52:39.084Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T10:52:39.084Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:52:39.087Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:52:39.088Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255159083, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T10:52:39.188Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:52:39.189Z||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-03-14T10:52:39.189Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:52:39.208Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:52:39.209Z||pool-42-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-03-14T10:52:40.101Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:52:40.102Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:40.102Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:52:50.374Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:52:59.932Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:52:59.933Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:52:59.934Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:52:59.934Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:53:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:53:01.656Z||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-03-14T10:53:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:53:02.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:53:02.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T10:53:02.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255159083, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T10:53:02.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:53:09.486Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:53:19.035Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:53:28.592Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:54:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:54:01.654Z||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-03-14T10:54:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:54:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:54:01.656Z||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-03-14T10:54:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:54:11.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:54:11.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:55:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:55:01.654Z||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-03-14T10:55:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:55:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:55:01.655Z||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-03-14T10:55:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:55:11.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:55:11.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:56:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:56:01.654Z||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-03-14T10:56:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:56:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:56:01.656Z||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-03-14T10:56:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:56:11.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:56:11.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:57:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:57:01.654Z||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-03-14T10:57:01.654Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:57:01.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:57:01.655Z||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-03-14T10:57:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:57:11.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:57:11.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:58:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:58:01.657Z||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-03-14T10:58:01.657Z||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-03-14T10:58:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:01.657Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:01.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:01.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "cds", "timestamp": 1647255468395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "aai-ml", "timestamp": 1647255463101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "clamp", "timestamp": 1647255472558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "ves-openapi-manager", "timestamp": 1647255469435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "multicloud-k8s-id", "timestamp": 1647255469503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "policy-id", "timestamp": 1647255471052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "aai-ml", "timestamp": 1647255463101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:01.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "multicloud-k8s-id", "timestamp": 1647255469503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:01.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "cds", "timestamp": 1647255468395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:01.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "clamp", "timestamp": 1647255472558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:01.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "ves-openapi-manager", "timestamp": 1647255469435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:01.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "policy-id", "timestamp": 1647255471052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:01.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T10:58:01.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "aai-ml", "timestamp": 1647255475807, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:58:01.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:58:01.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "policy-id", "timestamp": 1647255476123, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:58:01.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:58:01.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "cds", "timestamp": 1647255475903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:58:01.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:58:01.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "policy-id", "timestamp": 1647255477129, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:58:01.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:58:01.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "cds", "timestamp": 1647255476926, "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-03-14T10:58:01.874Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06 2022-03-14T10:58:01.874Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T10:58:01.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "policy-id", "timestamp": 1647255478133, "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-03-14T10:58:01.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06 2022-03-14T10:58:01.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T10:58:01.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:58:01.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "aai-ml", "timestamp": 1647255480792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:58:01.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T10:58:02.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:02.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T10:58:02.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3771d94-fc3e-4d10-aea5-b78b5cf34f06","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e4afb871-c023-4654-9493-76aae09e5cab","serviceDescription":"service","serviceInvariantUUID":"8561b958-1513-49db-a502-8da3e02314ab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d39ddfa3-f3be-4daf-9784-6109f6043117","resourceInvariantUUID":"e9e3de90-5a31-4347-af61-27686b2bb3dc","resourceCustomizationUUID":"849997e3-87e1-47a7-9f77-520846a0dbff","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":"YjY4NmM3OTU0MWIwMzNlYzg3Y2FlNGQ1NDVkYzgzMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae2dc99e-264a-4c37-8c8d-2e1d02d31eef","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19f47690-c484-4d8e-80c8-b85dc379d5ca","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T10:58:02.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:58:02.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:58:02.327Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:58:02.328Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255481653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T10:58:02.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:58:02.429Z||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-03-14T10:58:02.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:02.446Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:02.447Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-14T10:58:03.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T10:58:03.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:58:03.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:58:03.332Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255481653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T10:58:03.434Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-14T10:58:03.435Z||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-03-14T10:58:03.435Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:03.459Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:03.460Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:58:04.334Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e4afb871-c023-4654-9493-76aae09e5cab", "serviceDescription": "service", "serviceInvariantUUID": "8561b958-1513-49db-a502-8da3e02314ab", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "849997e3-87e1-47a7-9f77-520846a0dbff", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d39ddfa3-f3be-4daf-9784-6109f6043117", "resourceInvariantUUID": "e9e3de90-5a31-4347-af61-27686b2bb3dc", "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": "YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19f47690-c484-4d8e-80c8-b85dc379d5ca" } ], "workloadContext": "Production" } 2022-03-14T10:58:04.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T10:58:04.335Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4afb871-c023-4654-9493-76aae09e5cab ASDC 2022-03-14T10:58:04.336Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e3771d94-fc3e-4d10-aea5-b78b5cf34f06 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e4afb871-c023-4654-9493-76aae09e5cab ServiceInvariantUUID:8561b958-1513-49db-a502-8da3e02314ab 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:19f47690-c484-4d8e-80c8-b85dc379d5ca ArtifactChecksum:YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:849997e3-87e1-47a7-9f77-520846a0dbff ResourceInvariantUUID:e9e3de90-5a31-4347-af61-27686b2bb3dc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d39ddfa3-f3be-4daf-9784-6109f6043117 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-14T10:58:04.336Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4afb871-c023-4654-9493-76aae09e5cab 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-03-14T10:58:04.374Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:58:04.375Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T10:58:04.375Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19f47690-c484-4d8e-80c8-b85dc379d5ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T10:58:04.502Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T10:58:04.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 19f47690-c484-4d8e-80c8-b85dc379d5ca 52508 2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:58:04.512Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:58:04.512Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255484505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T10:58:04.608Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-14T10:58:04.609Z||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-03-14T10:58:04.609Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:04.625Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:04.625Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:58:05.513Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T10:58:05.514Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T10:58:05.514Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 19f47690-c484-4d8e-80c8-b85dc379d5ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:05.515Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-14T10:58:05.515Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:05.516Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:05.752Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9723139237578294916/Definitions/service-BasicNetwork-template.yml 2022-03-14T10:58:06.286Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e4afb871-c023-4654-9493-76aae09e5cab Model Version:NULL Model InvariantUuid:8561b958-1513-49db-a502-8da3e02314ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e9e3de90-5a31-4347-af61-27686b2bb3dc Model UUID:87629e07-51ff-4c5f-ad99-9585c55d1928 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:849997e3-87e1-47a7-9f77-520846a0dbff 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-03-14T10:58:06.300Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: d39ddfa3-f3be-4daf-9784-6109f6043117 2022-03-14T10:58:06.300Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||No resources found for Service: e4afb871-c023-4654-9493-76aae09e5cab 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-03-14T10:58:06.307Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500|| 2022-03-14T10:58:06.308Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-14T10:58:06.309Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e4afb871-c023-4654-9493-76aae09e5cab 2022-03-14T10:58:06.309Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e4afb871-c023-4654-9493-76aae09e5cab 2022-03-14T10:58:06.310Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-14T10:58:06.310Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T10:58:06.316Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a9a8bd0, org.onap.sdc.toscaparser.api.parameters.Input@7f8449a8, org.onap.sdc.toscaparser.api.parameters.Input@555a8b3, org.onap.sdc.toscaparser.api.parameters.Input@24d75956, org.onap.sdc.toscaparser.api.parameters.Input@4a7d8217] 2022-03-14T10:58:06.318Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.318Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e4afb871-c023-4654-9493-76aae09e5cab: Generic NeutronNet 2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.320Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.320Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.321Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-14T10:58:06.358Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.358Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T10:58:06.360Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-14T10:58:06.427Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-14T10:58:06.427Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T10:58:06.427Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T10:58:06.428Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T10:58:06.428Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T10:58:06.430Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T10:58:06.431Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255486427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T10:58:06.531Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T10:58:06.532Z||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-03-14T10:58:06.532Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T10:58:06.546Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:58:06.547Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T10:58:07.432Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:58:07.443Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:58:07.448Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:58:07.448Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:58:07.448Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:58:37.449Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:58:37.458Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:58:37.467Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:58:37.467Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:58:37.468Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:59:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T10:59:01.656Z||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-03-14T10:59:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T10:59:01.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T10:59:01.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T10:59:01.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "aai-ml", "timestamp": 1647255481796, "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-03-14T10:59:01.692Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06 2022-03-14T10:59:01.692Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T10:59:07.468Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:59:07.498Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:59:07.503Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:59:07.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T10:59:07.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:59:07.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T10:59:37.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T10:59:37.518Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T10:59:37.525Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T10:59:37.525Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T10:59:37.525Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T10:59:37.525Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T11:00:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:00:01.656Z||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-03-14T11:00:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:02.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:02.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255481653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255483707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255481653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:00:02.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:00:02.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255483707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:00:02.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:00:02.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255484505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:00:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255486528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:00:02.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255486427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "clamp", "timestamp": 1647255487046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255488147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255489151, "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-03-14T11:00:02.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06 2022-03-14T11:00:02.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T11:00:02.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "clamp", "timestamp": 1647255489059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:00:02.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:00:02.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:00:02.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "clamp", "timestamp": 1647255490063, "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-03-14T11:00:02.247Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06 2022-03-14T11:00:02.247Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T11:00:07.526Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:00:07.540Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:00:07.543Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:00:07.543Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T11:00:07.543Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T11:00:07.543Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T11:00:07.543Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:00:07.544Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T11:00:07.552Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T11:00:37.552Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-03-14T11:00:37.557Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3771d94-fc3e-4d10-aea5-b78b5cf34f06 and serviceModelVersionId: e4afb871-c023-4654-9493-76aae09e5cab 2022-03-14T11:00:37.558Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8561b958-1513-49db-a502-8da3e02314ab 2022-03-14T11:00:37.559Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?depth=0 2022-03-14T11:00:37.565Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T11:00:37.650Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?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-03-14T11:00:37.651Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?depth=0|INFO|500||Invoke 2022-03-14T11:00:37.690Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T11:00:38.495Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?depth=0|INFO|500||InvokeReturn 2022-03-14T11:00:38.495Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8561b958-1513-49db-a502-8da3e02314ab/model-vers/model-ver/e4afb871-c023-4654-9493-76aae09e5cab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-11:00:39:023-5529], vertex-id=[176192], Content-Length=[0], Date=[Mon, 14 Mar 2022 11:00:39 GMT], Content-Type=[application/json]} 2022-03-14T11:00:38.496Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T11:00:38.496Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T11:00:38.497Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T11:00:38.502Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T11:00:38.502Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3771d94-fc3e-4d10-aea5-b78b5cf34f06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T11:00:38.502Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T11:00:38.503Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:38.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:38.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255638502, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:00:38.605Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:38.606Z||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-03-14T11:00:38.606Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:38.624Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:38.624Z||pool-47-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-03-14T11:00:39.517Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:00:39.518Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|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-03-14T11:00:39.520Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:43.874Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:43.875Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T11:00:43.875Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"023f2d28-5518-4d16-ac93-fd30864fcf26","serviceName":"Demo_pNF_AWbyoWHGlHB3E6LrWZ4V","serviceVersion":"1.0","serviceUUID":"9a419eb4-426a-4f52-950a-b2fde50ee9d1","serviceDescription":"catalog service description","serviceInvariantUUID":"9b211c6c-4824-4846-b05b-bbec0ed58990","resources":[{"resourceInstanceName":"pNF 489ce2b3-19ea 0","resourceName":"pNF 489ce2b3-19ea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"41a7f5ed-ae95-4abb-8ac6-236c9557b931","resourceInvariantUUID":"a24fca13-2c2f-4f73-99c4-8995d9e796fd","resourceCustomizationUUID":"810b53d5-a11a-475b-8ee1-6014bcb3bc56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVjODM0OTIxODU2YWI3Y2NiYTE3ZjRmYThjYTdlZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a30ab245-db6c-4a23-9ebe-47885498d143","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar","artifactChecksum":"NTBkMDY0Yzc3YzA5YjcwMzZjMzhmNGM4OGYzNTQzMTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b4901c1-9bac-44aa-a746-27ccde0377f6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f0c6a86-f0de-40bf-a18c-805938df0c90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml","artifactChecksum":"YjIzMjg4MGEzZWZiNDgyZDFiZjFlN2UxMTRjOGUxNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a5daaf4-6f4d-4c6b-bb02-d9eecd30cf62","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0968551-c7fb-42ca-bf09-2669ccd228e3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68eca712-1d7b-4c4d-bf1a-0b0115302f8a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml","artifactChecksum":"OTBmOTE2MjNmNGFlMzg3NWYxYjM4YzYyZmU4NzhmMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a642f69-8413-4ee8-a0c1-bea78c7d5188","artifactVersion":"1"},{"artifactName":"service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar","artifactChecksum":"ZThmNjY0NGZhYmJjZGFkNDEyMzBhMzFhZmRjNzA1MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T11:00:43.879Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:43.879Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:43.883Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:43.883Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:43.983Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:43.984Z||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-03-14T11:00:43.984Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:43.996Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:43.997Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:00:44.883Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:44.885Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:44.887Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:44.888Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:44.988Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:44.989Z||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-03-14T11:00:44.989Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:45.005Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:45.006Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:45.888Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:45.889Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:45.892Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:45.892Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:45.992Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:45.993Z||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-03-14T11:00:45.994Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:46.014Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:46.014Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:46.897Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:46.902Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:46.908Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:46.909Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:47.004Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-14T11:00:47.006Z||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-03-14T11:00:47.006Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:47.022Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:47.023Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:47.909Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:47.910Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:47.912Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:47.912Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:48.012Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:00:48.013Z||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-03-14T11:00:48.014Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:48.026Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:48.027Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:48.913Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:48.915Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:48.918Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:48.918Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:49.018Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:49.019Z||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-03-14T11:00:49.019Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:49.031Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:49.031Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:49.918Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:49.919Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:49.921Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:49.921Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:00:50.021Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:50.022Z||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-03-14T11:00:50.022Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:50.035Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:50.037Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:50.922Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:00:50.922Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:50.924Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:50.924Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:00:51.024Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:00:51.025Z||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-03-14T11:00:51.026Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:51.040Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:51.041Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:51.925Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "serviceName": "Demo_pNF_AWbyoWHGlHB3E6LrWZ4V", "serviceVersion": "1.0", "serviceUUID": "9a419eb4-426a-4f52-950a-b2fde50ee9d1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9b211c6c-4824-4846-b05b-bbec0ed58990", "resources": [ { "resourceInstanceName": "pNF 489ce2b3-19ea 0", "resourceCustomizationUUID": "810b53d5-a11a-475b-8ee1-6014bcb3bc56", "resourceName": "pNF 489ce2b3-19ea", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "41a7f5ed-ae95-4abb-8ac6-236c9557b931", "resourceInvariantUUID": "a24fca13-2c2f-4f73-99c4-8995d9e796fd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "artifactChecksum": "ZThmNjY0NGZhYmJjZGFkNDEyMzBhMzFhZmRjNzA1MzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480" } ], "workloadContext": "Production" } 2022-03-14T11:00:51.925Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T11:00:51.926Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a419eb4-426a-4f52-950a-b2fde50ee9d1 ASDC 2022-03-14T11:00:51.926Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:023f2d28-5518-4d16-ac93-fd30864fcf26 ServiceName:Demo_pNF_AWbyoWHGlHB3E6LrWZ4V ServiceVersion:1.0 ServiceUUID:9a419eb4-426a-4f52-950a-b2fde50ee9d1 ServiceInvariantUUID:9b211c6c-4824-4846-b05b-bbec0ed58990 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar ArtifactUUID:8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480 ArtifactChecksum:ZThmNjY0NGZhYmJjZGFkNDEyMzBhMzFhZmRjNzA1MzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 489ce2b3-19ea 0 ResourceCustomizationUUID:810b53d5-a11a-475b-8ee1-6014bcb3bc56 ResourceInvariantUUID:a24fca13-2c2f-4f73-99c4-8995d9e796fd ResourceName:pNF 489ce2b3-19ea ResourceType:PNF ResourceUUID:41a7f5ed-ae95-4abb-8ac6-236c9557b931 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T11:00:51.929Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a419eb4-426a-4f52-950a-b2fde50ee9d1 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-03-14T11:00:51.956Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:00:51.956Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:00:51.957Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:00:51.957Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480 from URL: /sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:51.957Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:00:51.957Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:52.592Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:00:52.598Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480 82639 2022-03-14T11:00:52.598Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar ASDC sendASDCNotification 2022-03-14T11:00:52.598Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:52.599Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:00:52.599Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:52.601Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:52.602Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255652598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:00:52.701Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:00:52.702Z||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-03-14T11:00:52.702Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:52.716Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:52.717Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:00:53.602Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:00:53.604Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:00:53.604Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8ca45fc6-1e6e-4a9a-8b9f-60f8c58cc480, URL: /sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar to file: /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:53.604Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:53.605Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:53.605Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:53.766Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8816790956299833387/Definitions/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml 2022-03-14T11:00:54.625Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T11:00:54.626Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:00:54.626Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.627Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T11:00:54.627Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||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-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.627Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.627Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||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-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.627Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||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-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.628Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 489ce2b3-19ea 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-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.628Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||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-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.628Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.628Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:00:54.628Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.629Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.629Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Node template pNF 489ce2b3-19ea 0 is matching search criteria 2022-03-14T11:00:54.629Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:00:54.629Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 489ce2b3-19ea 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:00:54.630Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.630Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.630Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Node template pNF 489ce2b3-19ea 0 is matching search criteria 2022-03-14T11:00:54.630Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:00:54.631Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 489ce2b3-19ea 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:00:54.631Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.631Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.631Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.632Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.632Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.632Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.632Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.633Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.633Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.633Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.633Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AWbyoWHGlHB3E6LrWZ4V Description:catalog service description Model UUID:9a419eb4-426a-4f52-950a-b2fde50ee9d1 Model Version:NULL Model InvariantUuid:9b211c6c-4824-4846-b05b-bbec0ed58990 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-03-14T11:00:54.645Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 41a7f5ed-ae95-4abb-8ac6-236c9557b931 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-03-14T11:00:54.650Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||pNF 489ce2b3-19ea 0 2022-03-14T11:00:54.650Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 41a7f5ed-ae95-4abb-8ac6-236c9557b931 2022-03-14T11:00:54.650Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9a419eb4-426a-4f52-950a-b2fde50ee9d1 2022-03-14T11:00:54.650Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9a419eb4-426a-4f52-950a-b2fde50ee9d1 2022-03-14T11:00:54.650Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 489ce2b3-19ea 0 41a7f5ed-ae95-4abb-8ac6-236c9557b931 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-03-14T11:00:54.655Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f4e0fda, org.onap.sdc.toscaparser.api.parameters.Input@50e472c9, org.onap.sdc.toscaparser.api.parameters.Input@1225758c, org.onap.sdc.toscaparser.api.parameters.Input@144e334a, org.onap.sdc.toscaparser.api.parameters.Input@4ba1dec6] 2022-03-14T11:00:54.655Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.655Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.655Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9a419eb4-426a-4f52-950a-b2fde50ee9d1: pNF 489ce2b3-19ea 2022-03-14T11:00:54.656Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Processing PNF resource: 41a7f5ed-ae95-4abb-8ac6-236c9557b931 2022-03-14T11:00:54.656Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:00:54.656Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AWbyoWHGlHB3E6LrWZ4V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:00:54.656Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||Resource customization UUID: 810b53d5-a11a-475b-8ee1-6014bcb3bc56 is the same as notified resource customizationUUID: 810b53d5-a11a-475b-8ee1-6014bcb3bc56 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-03-14T11:00:54.710Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 489ce2b3-19ea 41a7f5ed-ae95-4abb-8ac6-236c9557b931 0 ASDC deployResourceStructure 2022-03-14T11:00:54.710Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar ASDC sendASDCNotification 2022-03-14T11:00:54.710Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar 2022-03-14T11:00:54.711Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:00:54.711Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:00:54.713Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:00:54.713Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255654710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:00:54.814Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T11:00:54.815Z||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-03-14T11:00:54.815Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:00:54.830Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:00:54.831Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:00:55.714Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:00:55.725Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:00:55.728Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:00:55.728Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T11:00:55.728Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T11:01:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:01:01.656Z||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-03-14T11:01:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:01:01.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:01:02.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "multicloud-k8s-id", "timestamp": 1647255609503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255603391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255611052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255609435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255603706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255613101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255621534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255621526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255621295, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255622504, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255622532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "cds", "timestamp": 1647255622300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-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-03-14T11:01:02.062Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.062Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255622755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255623019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255624442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "policy-id", "timestamp": 1647255623536, "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-03-14T11:01:02.078Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.078Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "ves-openapi-manager", "timestamp": 1647255623761, "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-03-14T11:01:02.090Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.090Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255625447, "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-03-14T11:01:02.102Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.102Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255629004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255622558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "aai-ml", "timestamp": 1647255630009, "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-03-14T11:01:02.122Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255634069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255636080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "clamp", "timestamp": 1647255637084, "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-03-14T11:01:02.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 023f2d28-5518-4d16-ac93-fd30864fcf26 2022-03-14T11:01:02.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:02.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255638502, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:01:02.144Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/resourceInstances/pnf489ce2b319ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255639517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255652598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255654710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAwbyowhglhb3e6lrwz4v/1.0/artifacts/service-DemoPnfAwbyowhglhb3e6lrwz4v-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255648391, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "ves-openapi-manager", "timestamp": 1647255649435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255643101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255649503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255651052, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:02.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255658554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255659806, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255658920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255658691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:01:02.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:01:02.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255659926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:01:02.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "cds", "timestamp": 1647255659696, "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-03-14T11:01:02.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:01:02.202Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:01:02.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255661116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:02.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "policy-id", "timestamp": 1647255660930, "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-03-14T11:01:02.219Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:01:02.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:01:02.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:01:02.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255662187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:01:02.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:01:25.729Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:01:25.746Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.750Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:01:25.751Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T11:01:25.756Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T11:01:55.757Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 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-03-14T11:01:55.772Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 023f2d28-5518-4d16-ac93-fd30864fcf26 and serviceModelVersionId: 9a419eb4-426a-4f52-950a-b2fde50ee9d1 2022-03-14T11:01:55.772Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b211c6c-4824-4846-b05b-bbec0ed58990 2022-03-14T11:01:55.774Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?depth=0 2022-03-14T11:01:55.787Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T11:01:55.888Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?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-03-14T11:01:55.890Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?depth=0|INFO|500||Invoke 2022-03-14T11:01:55.924Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T11:01:56.373Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?depth=0|INFO|500||InvokeReturn 2022-03-14T11:01:56.375Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b211c6c-4824-4846-b05b-bbec0ed58990/model-vers/model-ver/9a419eb4-426a-4f52-950a-b2fde50ee9d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-11:01:57:258-27979], vertex-id=[217144], Content-Length=[0], Date=[Mon, 14 Mar 2022 11:01:57 GMT], Content-Type=[application/json]} 2022-03-14T11:01:56.375Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T11:01:56.375Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T11:01:56.376Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T11:01:56.382Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T11:01:56.382Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 023f2d28-5518-4d16-ac93-fd30864fcf26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T11:01:56.382Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T11:01:56.383Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:01:56.388Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:01:56.388Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255716382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:01:56.488Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:01:56.490Z||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-03-14T11:01:56.491Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:01:56.524Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:01:56.525Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 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-03-14T11:01:57.405Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:01:57.406Z|023f2d28-5518-4d16-ac93-fd30864fcf26|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-03-14T11:01:57.406Z|023f2d28-5518-4d16-ac93-fd30864fcf26|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:01:58.036Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:01:58.037Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T11:01:58.037Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d4172e4-aac8-43f8-886d-6756e320ee86","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9cc6f214-9588-49b6-9800-b2e1562dd737","serviceDescription":"service","serviceInvariantUUID":"fa47d3a8-9bfa-4940-a78c-f008b01f6265","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac71160-98e8-4f65-a7c1-3bf3a51b4494","resourceInvariantUUID":"0c3a7ec1-9679-4004-a6d5-83b686aa4136","resourceCustomizationUUID":"299ac5e2-85f1-4801-b4cc-6bb87b408c0e","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":"M2M1MGI0YWZhZGU0OWFjYmEzMzdmNzJmMjY0OTgzNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ad25dcb-7dc7-45ab-97e8-17c9621cb743","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":"Mzk4NGI3ODdlNDQ0MWZlMjY1YTViZGU1MDRhMjVmNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7922a4e-6a15-4ad4-9096-4e57ca0cb7e9","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":"5e92542d-03d8-46d0-87af-eca2bf3b7876","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":"4df02ada-0113-4c9b-8e29-009fe57ff8d7","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":"99bafdc4-6089-41d8-950c-2d0118722d0d","artifactVersion":"2","generatedFromUUID":"5e92542d-03d8-46d0-87af-eca2bf3b7876"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmQzZTQ0ZDYyNjI4OTk1NDg1YjM5NzIzZTc3NDhiZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d81231f5-d672-40bf-b3dd-d958bd438930","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjlkMDU2NDY2MzQ4ZTMzNjBhMjYzYmYyMmY0ODcxODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T11:01:58.041Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:01:58.041Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:01:58.043Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:01:58.043Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:01:58.144Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:01:58.144Z||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-03-14T11:01:58.144Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:01:58.157Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:01:58.157Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:01:59.044Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:01:59.045Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:01:59.047Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:01:59.047Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:01:59.148Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:01:59.149Z||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-03-14T11:01:59.149Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:01:59.161Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:01:59.162Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:00.048Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:02:00.051Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:00.054Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:00.054Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T11:02:00.154Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:00.155Z||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-03-14T11:02:00.155Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:00.185Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:00.186Z||pool-61-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:01.055Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:02:01.056Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:01.058Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:01.058Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:02:01.158Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:02:01.160Z||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-03-14T11:02:01.160Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:01.174Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:01.175Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:02:01.655Z||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-03-14T11:02:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:01.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:01.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:02:01.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255663233, "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-03-14T11:02:01.697Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:02:01.697Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:02:02.059Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:02:02.060Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:02.062Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:02.062Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T11:02:02.162Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:02.163Z||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-03-14T11:02:02.163Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:02.176Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:02.177Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:03.063Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:02:03.064Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:03.066Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:03.066Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:02:03.166Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:03.167Z||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-03-14T11:02:03.167Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:03.181Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:03.182Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:04.067Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:02:04.068Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:04.071Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:04.071Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:02:04.171Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:04.172Z||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-03-14T11:02:04.172Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:04.186Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:04.186Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:02:05.072Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9cc6f214-9588-49b6-9800-b2e1562dd737", "serviceDescription": "service", "serviceInvariantUUID": "fa47d3a8-9bfa-4940-a78c-f008b01f6265", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "299ac5e2-85f1-4801-b4cc-6bb87b408c0e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac71160-98e8-4f65-a7c1-3bf3a51b4494", "resourceInvariantUUID": "0c3a7ec1-9679-4004-a6d5-83b686aa4136", "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": "Mzk4NGI3ODdlNDQ0MWZlMjY1YTViZGU1MDRhMjVmNjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7922a4e-6a15-4ad4-9096-4e57ca0cb7e9", "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": "5e92542d-03d8-46d0-87af-eca2bf3b7876", "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": "99bafdc4-6089-41d8-950c-2d0118722d0d", "generatedFromUUID": "5e92542d-03d8-46d0-87af-eca2bf3b7876" }, "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": "99bafdc4-6089-41d8-950c-2d0118722d0d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjlkMDU2NDY2MzQ4ZTMzNjBhMjYzYmYyMmY0ODcxODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57" } ], "workloadContext": "Production" } 2022-03-14T11:02:05.073Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T11:02:05.074Z|023f2d28-5518-4d16-ac93-fd30864fcf26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cc6f214-9588-49b6-9800-b2e1562dd737 ASDC 2022-03-14T11:02:05.074Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0d4172e4-aac8-43f8-886d-6756e320ee86 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9cc6f214-9588-49b6-9800-b2e1562dd737 ServiceInvariantUUID:fa47d3a8-9bfa-4940-a78c-f008b01f6265 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:c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57 ArtifactChecksum:YjlkMDU2NDY2MzQ4ZTMzNjBhMjYzYmYyMmY0ODcxODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:299ac5e2-85f1-4801-b4cc-6bb87b408c0e ResourceInvariantUUID:0c3a7ec1-9679-4004-a6d5-83b686aa4136 ResourceName:basic_vm ResourceType:VF ResourceUUID:6ac71160-98e8-4f65-a7c1-3bf3a51b4494 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:d7922a4e-6a15-4ad4-9096-4e57ca0cb7e9 ArtifactChecksum:Mzk4NGI3ODdlNDQ0MWZlMjY1YTViZGU1MDRhMjVmNjE= 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:5e92542d-03d8-46d0-87af-eca2bf3b7876 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:99bafdc4-6089-41d8-950c-2d0118722d0d 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:99bafdc4-6089-41d8-950c-2d0118722d0d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T11:02:05.074Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cc6f214-9588-49b6-9800-b2e1562dd737 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-03-14T11:02:05.105Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:02:05.106Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:02:05.107Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:02:05.107Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T11:02:05.107Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:02:05.108Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T11:02:05.271Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:02:05.276Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57 71057 2022-03-14T11:02:05.277Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-14T11:02:05.277Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T11:02:05.277Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:02:05.278Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:05.280Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:05.280Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255725277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:02:05.380Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:05.381Z||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-03-14T11:02:05.381Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:05.393Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:05.394Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:02:06.282Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:02:06.283Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:02:06.283Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c2e5ca5f-519a-49e5-ab9b-2c5c043a3c57, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T11:02:06.284Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-14T11:02:06.285Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T11:02:06.285Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T11:02:06.452Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13464110306635467397/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-14T11:02:07.968Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T11:02:07.969Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:02:07.969Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T11:02:07.969Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.970Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.971Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:07.971Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:02:07.971Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.971Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.972Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:07.972Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:02:07.972Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:02:07.973Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.973Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.973Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:07.973Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:02:07.974Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:02:07.974Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.974Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.977Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.977Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T11:02:07.977Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-14T11:02:07.978Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-14T11:02:07.978Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-14T11:02:07.978Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T11:02:07.978Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T11:02:07.978Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.979Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T11:02:07.979Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.979Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:07.979Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:07.980Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.980Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:07.980Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:07.981Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.981Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:07.981Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:07.981Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.982Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T11:02:07.982Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T11:02:07.982Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T11:02:07.982Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca702f88-d2a6-4cda-b2a0-b5b120a7ffb5 2022-03-14T11:02:07.982Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.983Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.983Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.983Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.983Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.983Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.984Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:07.984Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:07.984Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9cc6f214-9588-49b6-9800-b2e1562dd737 Model Version:NULL Model InvariantUuid:fa47d3a8-9bfa-4940-a78c-f008b01f6265 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:3b087e09-8889-4bb6-88f5-d5d944443226 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0c3a7ec1-9679-4004-a6d5-83b686aa4136 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:299ac5e2-85f1-4801-b4cc-6bb87b408c0e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:926d6ad6-0b18-4772-927e-91ae31978a1d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:79506050-4fb6-44c8-be76-19c022444af6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca702f88-d2a6-4cda-b2a0-b5b120a7ffb5 ModelInvariantUuid:edcde5bb-5e46-4af0-aca7-5d85a83dc72b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:eaa98869-a9c1-4bd1-977b-ef35077b0081 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:83375c5c-7ce8-45b7-9b56-dae0b1fdd470 ModelInvariantUuid:ff1388c1-2b8b-421c-8ca9-106ba0ab9785 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:4aeab0c9-245d-4b51-8d8f-bb7a4c7f1057 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-03-14T11:02:07.990Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ac71160-98e8-4f65-a7c1-3bf3a51b4494 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-03-14T11:02:07.994Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-03-14T11:02:07.994Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ac71160-98e8-4f65-a7c1-3bf3a51b4494 2022-03-14T11:02:07.994Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d7922a4e-6a15-4ad4-9096-4e57ca0cb7e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-14T11:02:07.994Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:02:07.994Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:08.402Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:02:08.402Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d7922a4e-6a15-4ad4-9096-4e57ca0cb7e9 787 2022-03-14T11:02:08.403Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:08.403Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:08.403Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:02:08.403Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:08.411Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:08.411Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255728403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:02:08.510Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:02:08.511Z||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-03-14T11:02:08.511Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:08.524Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:08.525Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:09.411Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "926d6ad6-0b18-4772-927e-91ae31978a1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79506050-4fb6-44c8-be76-19c022444af6", "vfModuleModelCustomizationUUID": "a84eccd2-654f-4a1b-b798-a268f5e35d75", "isBase": true, "artifacts": [ "5e92542d-03d8-46d0-87af-eca2bf3b7876", "99bafdc4-6089-41d8-950c-2d0118722d0d" ], "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-03-14T11:02:09.416Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79506050-4fb6-44c8-be76-19c022444af6 VfModuleModelInvariantUUID:926d6ad6-0b18-4772-927e-91ae31978a1d VfModuleModelDescription:NULL Artifacts UUID List:{ 5e92542d-03d8-46d0-87af-eca2bf3b7876 , 99bafdc4-6089-41d8-950c-2d0118722d0d } 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-03-14T11:02:09.418Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "926d6ad6-0b18-4772-927e-91ae31978a1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79506050-4fb6-44c8-be76-19c022444af6", "vfModuleModelCustomizationUUID": "a84eccd2-654f-4a1b-b798-a268f5e35d75", "isBase": true, "artifacts": [ "5e92542d-03d8-46d0-87af-eca2bf3b7876", "99bafdc4-6089-41d8-950c-2d0118722d0d" ], "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-03-14T11:02:09.418Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79506050-4fb6-44c8-be76-19c022444af6 VfModuleModelInvariantUUID:926d6ad6-0b18-4772-927e-91ae31978a1d VfModuleModelDescription:NULL Artifacts UUID List:{ 5e92542d-03d8-46d0-87af-eca2bf3b7876 , 99bafdc4-6089-41d8-950c-2d0118722d0d } 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-03-14T11:02:09.418Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e92542d-03d8-46d0-87af-eca2bf3b7876 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-14T11:02:09.418Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:02:09.419Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:09.902Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:02:09.903Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5e92542d-03d8-46d0-87af-eca2bf3b7876 5033 2022-03-14T11:02:09.903Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:09.904Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:09.904Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:02:09.904Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:09.907Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:09.907Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255729903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:02:10.007Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:10.008Z||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-03-14T11:02:10.008Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:10.020Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:10.021Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:02:10.908Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 99bafdc4-6089-41d8-950c-2d0118722d0d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-14T11:02:10.910Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:02:10.910Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:11.694Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:02:11.696Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 99bafdc4-6089-41d8-950c-2d0118722d0d 903 2022-03-14T11:02:11.697Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:11.698Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:11.698Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:02:11.699Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:11.703Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:11.703Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255731697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:02:11.803Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T11:02:11.804Z||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-03-14T11:02:11.804Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:11.815Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:11.816Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:12.704Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9cc6f214-9588-49b6-9800-b2e1562dd737 2022-03-14T11:02:12.705Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6ac71160-98e8-4f65-a7c1-3bf3a51b4494 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-03-14T11:02:12.719Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5db844b9, org.onap.sdc.toscaparser.api.parameters.Input@57cd8053, org.onap.sdc.toscaparser.api.parameters.Input@3a936f3b, org.onap.sdc.toscaparser.api.parameters.Input@45a78701, org.onap.sdc.toscaparser.api.parameters.Input@5aa59e80] 2022-03-14T11:02:12.721Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.721Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.722Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-14T11:02:12.722Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 299ac5e2-85f1-4801-b4cc-6bb87b408c0e 2022-03-14T11:02:12.722Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 299ac5e2-85f1-4801-b4cc-6bb87b408c0e matches Tosca VF Customization UUID: 299ac5e2-85f1-4801-b4cc-6bb87b408c0e 2022-03-14T11:02:12.722Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 299ac5e2-85f1-4801-b4cc-6bb87b408c0e 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-03-14T11:02:12.726Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.726Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.727Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 299ac5e2-85f1-4801-b4cc-6bb87b408c0e: {\"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-03-14T11:02:12.728Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39fc1ba4 2022-03-14T11:02:12.728Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.728Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T11:02:12.729Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a84eccd2-654f-4a1b-b798-a268f5e35d75 2022-03-14T11:02:12.729Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a84eccd2-654f-4a1b-b798-a268f5e35d75 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-03-14T11:02:12.732Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.733Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:12.733Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:12.734Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.734Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:12.734Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:12.735Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.735Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T11:02:12.735Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T11:02:12.736Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T11:02:12.736Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca702f88-d2a6-4cda-b2a0-b5b120a7ffb5 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-03-14T11:02:12.739Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.739Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:12.739Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:02:12.740Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.740Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T11:02:12.740Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=299ac5e2-85f1-4801-b4cc-6bb87b408c0e 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-03-14T11:02:12.742Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.742Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.742Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9cc6f214-9588-49b6-9800-b2e1562dd737: basic_vm 2022-03-14T11:02:12.742Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.743Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.743Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.743Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.743Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:02:12.744Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:12.842Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6ac71160-98e8-4f65-a7c1-3bf3a51b4494 1 ASDC deployResourceStructure 2022-03-14T11:02:12.842Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:12.843Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:12.843Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:02:12.843Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:12.845Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:12.845Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255732842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:02:12.945Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:12.946Z||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-03-14T11:02:12.946Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:12.961Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:12.962Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:13.845Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:13.846Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:13.846Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:02:13.846Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:13.849Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:13.850Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255733845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:02:13.949Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:02:13.950Z||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-03-14T11:02:13.950Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:13.965Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:13.966Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:02:14.851Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:14.851Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||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-03-14T11:02:14.852Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:02:14.852Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:14.853Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:14.854Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255734850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T11:02:14.954Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:14.955Z||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-03-14T11:02:14.955Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:14.975Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:14.975Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:02:15.855Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-14T11:02:15.855Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T11:02:15.855Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:02:15.855Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:02:15.857Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:02:15.857Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255735854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:02:15.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:02:15.959Z||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-03-14T11:02:15.959Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:02:15.972Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:02:15.973Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:02:16.858Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:02:16.890Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:02:16.893Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:02:16.893Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T11:02:16.893Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T11:02:46.894Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:02:46.947Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:02:46.951Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:02:46.951Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T11:02:46.951Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T11:03:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:03:01.655Z||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-03-14T11:03:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:01.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:01.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "multicloud-k8s-id", "timestamp": 1647255664237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255665441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255666074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "aai-ml", "timestamp": 1647255666445, "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-03-14T11:03:01.711Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:03:01.711Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:03:01.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255668083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "clamp", "timestamp": 1647255669086, "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-03-14T11:03:01.726Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:03:01.727Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255671825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255663391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255674058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T11:03:01.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255675062, "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-03-14T11:03:01.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d4172e4-aac8-43f8-886d-6756e320ee86 2022-03-14T11:03:01.746Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255674197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "cds", "timestamp": 1647255675202, "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-03-14T11:03:01.771Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.771Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T11:03:01.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255669503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "ves-openapi-manager", "timestamp": 1647255669435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255652558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255679930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255671052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255681628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255681557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255682911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255673101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255682563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255663706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255684131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255683096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "policy-id", "timestamp": 1647255683569, "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-03-14T11:03:01.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255685189, "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-03-14T11:03:01.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.808Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255685320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255685078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "multicloud-k8s-id", "timestamp": 1647255686194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255687596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255687085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255688601, "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-03-14T11:03:01.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.822Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "clamp", "timestamp": 1647255688089, "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-03-14T11:03:01.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255689965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:03:01.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "aai-ml", "timestamp": 1647255690969, "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-03-14T11:03:01.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 2022-03-14T11:03:01.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:03:01.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "023f2d28-5518-4d16-ac93-fd30864fcf26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255716382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:01.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:03:01.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:01.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:03:16.953Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:03:16.980Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:03:16.985Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.986Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.987Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.987Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:03:16.987Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T11:03:16.992Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T11:03:46.997Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 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-03-14T11:03:47.013Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d4172e4-aac8-43f8-886d-6756e320ee86 and serviceModelVersionId: 9cc6f214-9588-49b6-9800-b2e1562dd737 2022-03-14T11:03:47.014Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa47d3a8-9bfa-4940-a78c-f008b01f6265 2022-03-14T11:03:47.015Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0 2022-03-14T11:03:47.030Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T11:03:47.123Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0|INFO|500||Invoke 2022-03-14T11:03:47.124Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d4172e4-aac8-43f8-886d-6756e320ee86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec351860-99bb-4059-a48c-3af9695b448a], X-ECOMP-RequestID=[0d4172e4-aac8-43f8-886d-6756e320ee86], X-TransactionId=[], X-ONAP-RequestID=[0d4172e4-aac8-43f8-886d-6756e320ee86], Content-Type=[application/merge-patch+json]} 2022-03-14T11:03:47.154Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T11:03:48.405Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?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/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-11:03:48:487-14595], vertex-id=[225328], Content-Length=[0], Date=[Mon, 14 Mar 2022 11:03:48 GMT], Content-Type=[application/json]} 2022-03-14T11:03:48.405Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T11:03:48.406Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa47d3a8-9bfa-4940-a78c-f008b01f6265/model-vers/model-ver/9cc6f214-9588-49b6-9800-b2e1562dd737?depth=0|INFO|500||InvokeReturn 2022-03-14T11:03:48.406Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T11:03:48.406Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T11:03:48.426Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T11:03:48.427Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d4172e4-aac8-43f8-886d-6756e320ee86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T11:03:48.427Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T11:03:48.428Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:48.432Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:48.432Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255828427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:03:48.531Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T11:03:48.532Z||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-03-14T11:03:48.532Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:48.550Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:48.551Z||pool-74-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-03-14T11:03:49.451Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T11:03:49.452Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9db23ab4-8a85-4c26-b146-f57a6f2aff0c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"76764828-48dd-4bb9-abcf-b6e61dec43d9","serviceDescription":"service","serviceInvariantUUID":"c00d0242-022c-47f7-b756-b6f134124d59","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"000ea82b-6562-4699-a4d2-8f401f423908","resourceInvariantUUID":"4c5b5dfc-f318-4309-a342-0d6a53d4d4fc","resourceCustomizationUUID":"124b12be-e095-48c5-bb56-167af878e8bc","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":"NGYzZjZjOWNkMGY2ZmY3YTdjMDM0NGRkY2M2MzQ3OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aae8d059-878b-454a-9c57-f1ce2a6778b1","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":"e305631b-f9ff-410c-ae0c-9b3e8d00b72e","artifactVersion":"2","generatedFromUUID":"ec5a72ff-a6f2-48f2-bce4-839e84d16812"},{"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":"ec5a72ff-a6f2-48f2-bce4-839e84d16812","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":"NDFlY2JlODc3NGZhNDNjZTM4ZGQ1YmJhNzc1ODBmNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ade1fc1-d08c-4fe6-900a-84f03c1fa593","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":"e9572814-4206-4c38-87b7-e7cc2bf14fc8","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":"866099a0-bb67-4115-8d76-5ad6ff918743","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":"9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05","artifactVersion":"2","generatedFromUUID":"e9572814-4206-4c38-87b7-e7cc2bf14fc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWViYmJiMWY4YjEzOTIyNDE2OTIzODkxNmYxOGJjMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a614cd6-2547-4113-8612-fcc921a3e411","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTU0YjkzOWMzYmQxNGI4NmE2MTJhMGEyYWM5ZTNkNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad8c48a1-f7f6-4244-9af6-3d2e148d98c1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T11:03:49.452Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:49.454Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:49.456Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:49.456Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:49.556Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:03:49.557Z||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-03-14T11:03:49.557Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:49.593Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:49.594Z||pool-75-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:50.457Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:50.458Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:50.460Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:50.460Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T11:03:50.560Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:03:50.561Z||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-03-14T11:03:50.561Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:50.591Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:50.591Z||pool-76-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:51.460Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:51.461Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:51.464Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:51.464Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T11:03:51.564Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:03:51.565Z||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-03-14T11:03:51.566Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:51.581Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:51.582Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:03:52.465Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:52.466Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:52.469Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:52.469Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:03:52.569Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:03:52.569Z||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-03-14T11:03:52.569Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:52.587Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:52.588Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:53.470Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:53.470Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:53.473Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:53.473Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T11:03:53.573Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:03:53.575Z||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-03-14T11:03:53.576Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:53.589Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:53.589Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:54.474Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:54.475Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:54.477Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:54.477Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:54.577Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:03:54.578Z||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-03-14T11:03:54.578Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:54.593Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:54.594Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:03:55.478Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:55.479Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:55.482Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:55.482Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T11:03:55.582Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:03:55.583Z||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-03-14T11:03:55.583Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:55.597Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:55.598Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:56.485Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:56.489Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:56.493Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:56.493Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:03:56.592Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T11:03:56.592Z||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-03-14T11:03:56.593Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:56.606Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:56.607Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:57.494Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:03:57.494Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:57.509Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:57.510Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:03:57.597Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-03-14T11:03:57.598Z||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-03-14T11:03:57.598Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:57.610Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:57.611Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:58.516Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "76764828-48dd-4bb9-abcf-b6e61dec43d9", "serviceDescription": "service", "serviceInvariantUUID": "c00d0242-022c-47f7-b756-b6f134124d59", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "124b12be-e095-48c5-bb56-167af878e8bc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "000ea82b-6562-4699-a4d2-8f401f423908", "resourceInvariantUUID": "4c5b5dfc-f318-4309-a342-0d6a53d4d4fc", "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": "e305631b-f9ff-410c-ae0c-9b3e8d00b72e", "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": "ec5a72ff-a6f2-48f2-bce4-839e84d16812", "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": "NDFlY2JlODc3NGZhNDNjZTM4ZGQ1YmJhNzc1ODBmNDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ade1fc1-d08c-4fe6-900a-84f03c1fa593", "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": "e9572814-4206-4c38-87b7-e7cc2bf14fc8", "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": "9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05", "generatedFromUUID": "e9572814-4206-4c38-87b7-e7cc2bf14fc8" }, "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": "9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTU0YjkzOWMzYmQxNGI4NmE2MTJhMGEyYWM5ZTNkNDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad8c48a1-f7f6-4244-9af6-3d2e148d98c1" } ], "workloadContext": "Production" } 2022-03-14T11:03:58.516Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T11:03:58.516Z|0d4172e4-aac8-43f8-886d-6756e320ee86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 76764828-48dd-4bb9-abcf-b6e61dec43d9 ASDC 2022-03-14T11:03:58.517Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:9db23ab4-8a85-4c26-b146-f57a6f2aff0c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:76764828-48dd-4bb9-abcf-b6e61dec43d9 ServiceInvariantUUID:c00d0242-022c-47f7-b756-b6f134124d59 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:ad8c48a1-f7f6-4244-9af6-3d2e148d98c1 ArtifactChecksum:OTU0YjkzOWMzYmQxNGI4NmE2MTJhMGEyYWM5ZTNkNDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:124b12be-e095-48c5-bb56-167af878e8bc ResourceInvariantUUID:4c5b5dfc-f318-4309-a342-0d6a53d4d4fc ResourceName:basic_cnf ResourceType:VF ResourceUUID:000ea82b-6562-4699-a4d2-8f401f423908 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:e305631b-f9ff-410c-ae0c-9b3e8d00b72e 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:ec5a72ff-a6f2-48f2-bce4-839e84d16812 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:8ade1fc1-d08c-4fe6-900a-84f03c1fa593 ArtifactChecksum:NDFlY2JlODc3NGZhNDNjZTM4ZGQ1YmJhNzc1ODBmNDY= 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:e9572814-4206-4c38-87b7-e7cc2bf14fc8 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:9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 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:9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T11:03:58.517Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76764828-48dd-4bb9-abcf-b6e61dec43d9 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-03-14T11:03:58.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:03:58.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:03:58.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:03:58.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad8c48a1-f7f6-4244-9af6-3d2e148d98c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T11:03:58.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:03:58.549Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T11:03:58.674Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:03:58.679Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ad8c48a1-f7f6-4244-9af6-3d2e148d98c1 68958 2022-03-14T11:03:58.679Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T11:03:58.679Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T11:03:58.679Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:03:58.680Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:03:58.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:03:58.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255838679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:03:58.782Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:03:58.783Z||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-03-14T11:03:58.783Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:03:58.799Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:03:58.800Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:03:59.683Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:03:59.684Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:03:59.684Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ad8c48a1-f7f6-4244-9af6-3d2e148d98c1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T11:03:59.685Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-14T11:03:59.685Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T11:03:59.686Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T11:03:59.809Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15756573344604595815/Definitions/service-BasicCnf-template.yml 2022-03-14T11:04:01.235Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.236Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T11:04:01.237Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.237Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:04:01.237Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.237Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.237Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:01.238Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:04:01.238Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:04:01.238Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.238Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.239Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:01.239Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:04:01.239Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:04:01.239Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.239Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.240Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.240Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T11:04:01.240Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-14T11:04:01.240Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-14T11:04:01.240Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T11:04:01.241Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.241Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T11:04:01.241Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.241Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:01.242Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:01.242Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.242Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:01.242Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:01.243Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.243Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:01.243Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:01.243Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.243Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T11:04:01.244Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T11:04:01.244Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e0893ad8-d061-44b5-9bb5-21db46a30723 2022-03-14T11:04:01.244Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.244Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.244Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.245Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.245Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.245Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.245Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:01.245Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:01.246Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:76764828-48dd-4bb9-abcf-b6e61dec43d9 Model Version:NULL Model InvariantUuid:c00d0242-022c-47f7-b756-b6f134124d59 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:430c38db-f422-4956-87a6-a08ec466aad0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4c5b5dfc-f318-4309-a342-0d6a53d4d4fc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:124b12be-e095-48c5-bb56-167af878e8bc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4af25d30-f59c-4ec2-8492-064955a06509 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a99b1b3e-44b5-4df4-a722-55f79dec34e4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e0893ad8-d061-44b5-9bb5-21db46a30723 ModelInvariantUuid:8cbfe693-86e4-481c-af8d-faa08a6835ca ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:acccedfb-44b5-4376-ac38-35902ae19121 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:41f92a3f-f84e-417e-9c1c-2a08706aeae0 ModelInvariantUuid:a645e6a7-6d66-4582-afd3-a14bf3c18f06 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:97cd0a27-9bc5-4dce-8638-d87aa2b38ff1 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-03-14T11:04:01.255Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 000ea82b-6562-4699-a4d2-8f401f423908 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-03-14T11:04:01.258Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-03-14T11:04:01.259Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 000ea82b-6562-4699-a4d2-8f401f423908 2022-03-14T11:04:01.259Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e305631b-f9ff-410c-ae0c-9b3e8d00b72e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-14T11:04:01.259Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:01.260Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.324Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:01.325Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e305631b-f9ff-410c-ae0c-9b3e8d00b72e 12 2022-03-14T11:04:01.325Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.325Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:01.326Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:01.326Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:01.328Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:01.328Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255841325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.428Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:01.429Z||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-03-14T11:04:01.429Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:01.442Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:01.442Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:04:01.655Z||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-03-14T11:04:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:01.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:01.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T11:04:01.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255725277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255728403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255729903, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255731697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255732842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255733845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255734850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255735854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "multicloud-k8s-id", "timestamp": 1647255729503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255729435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255731052, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255733101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255743440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255743444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255743218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255744469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255744449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "ves-openapi-manager", "timestamp": 1647255745472, "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-03-14T11:04:01.720Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.720Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:01.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "policy-id", "timestamp": 1647255745452, "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-03-14T11:04:01.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.733Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:01.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255738391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255748085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255748092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "aai-ml", "timestamp": 1647255749096, "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-03-14T11:04:01.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.748Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "cds", "timestamp": 1647255750516, "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-03-14T11:04:01.761Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.761Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:01.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255742558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255757090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255759103, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "clamp", "timestamp": 1647255760109, "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-03-14T11:04:01.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:01.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255753706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255764224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255766042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:04:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:04:01.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647255767045, "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-03-14T11:04:01.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a01e9036-f305-4db1-8c69-cd97df6c450a 2022-03-14T11:04:01.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:04:02.328Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec5a72ff-a6f2-48f2-bce4-839e84d16812 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-14T11:04:02.329Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:02.330Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:02.477Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:02.478Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ec5a72ff-a6f2-48f2-bce4-839e84d16812 2688 2022-03-14T11:04:02.478Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:02.478Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:02.478Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:02.478Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:02.480Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:02.480Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255842478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:02.580Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:02.581Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T11:04:02.581Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:02.596Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:02.597Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:03.482Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ade1fc1-d08c-4fe6-900a-84f03c1fa593 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T11:04:03.482Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:03.483Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:03.541Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:03.541Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8ade1fc1-d08c-4fe6-900a-84f03c1fa593 828 2022-03-14T11:04:03.542Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:03.542Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:03.542Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:03.542Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:03.544Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:03.544Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255843542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:03.644Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:03.645Z||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-03-14T11:04:03.646Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:03.667Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:03.667Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:04.545Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4af25d30-f59c-4ec2-8492-064955a06509", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a99b1b3e-44b5-4df4-a722-55f79dec34e4", "vfModuleModelCustomizationUUID": "a756289a-cca2-43b7-b868-8b93f147a03a", "isBase": true, "artifacts": [ "e9572814-4206-4c38-87b7-e7cc2bf14fc8", "ec5a72ff-a6f2-48f2-bce4-839e84d16812", "9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05" ], "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-03-14T11:04:04.548Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a99b1b3e-44b5-4df4-a722-55f79dec34e4 VfModuleModelInvariantUUID:4af25d30-f59c-4ec2-8492-064955a06509 VfModuleModelDescription:NULL Artifacts UUID List:{ e9572814-4206-4c38-87b7-e7cc2bf14fc8 , ec5a72ff-a6f2-48f2-bce4-839e84d16812 , 9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 } 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-03-14T11:04:04.550Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4af25d30-f59c-4ec2-8492-064955a06509", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a99b1b3e-44b5-4df4-a722-55f79dec34e4", "vfModuleModelCustomizationUUID": "a756289a-cca2-43b7-b868-8b93f147a03a", "isBase": true, "artifacts": [ "e9572814-4206-4c38-87b7-e7cc2bf14fc8", "ec5a72ff-a6f2-48f2-bce4-839e84d16812", "9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05" ], "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-03-14T11:04:04.550Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a99b1b3e-44b5-4df4-a722-55f79dec34e4 VfModuleModelInvariantUUID:4af25d30-f59c-4ec2-8492-064955a06509 VfModuleModelDescription:NULL Artifacts UUID List:{ e9572814-4206-4c38-87b7-e7cc2bf14fc8 , ec5a72ff-a6f2-48f2-bce4-839e84d16812 , 9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 } 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-03-14T11:04:04.550Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e9572814-4206-4c38-87b7-e7cc2bf14fc8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T11:04:04.551Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:04.551Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:04.638Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:04.638Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e9572814-4206-4c38-87b7-e7cc2bf14fc8 1164 2022-03-14T11:04:04.639Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:04.639Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:04.639Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:04.639Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:04.642Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:04.642Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255844639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:04.742Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:04.743Z||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-03-14T11:04:04.743Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:04.760Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:04.761Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:05.642Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T11:04:05.643Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:05.644Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:05.815Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:05.816Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9b5fd82e-d520-40bc-a0eb-2a1c0fe6be05 200 2022-03-14T11:04:05.817Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:05.817Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:05.817Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:05.817Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:05.822Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:05.822Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255845816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:05.921Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:05.922Z||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-03-14T11:04:05.922Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:05.938Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:05.939Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:06.823Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 76764828-48dd-4bb9-abcf-b6e61dec43d9 2022-03-14T11:04:06.823Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 000ea82b-6562-4699-a4d2-8f401f423908 ASDC 2022-03-14T11:04:06.836Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-03-14T11:04:06.856Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a2c7d0c, org.onap.sdc.toscaparser.api.parameters.Input@5e66e2ff, org.onap.sdc.toscaparser.api.parameters.Input@7c16a0ec, org.onap.sdc.toscaparser.api.parameters.Input@55b1ee1e, org.onap.sdc.toscaparser.api.parameters.Input@4c6c3db9] 2022-03-14T11:04:06.866Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.867Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.867Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-14T11:04:06.867Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 124b12be-e095-48c5-bb56-167af878e8bc 2022-03-14T11:04:06.868Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 124b12be-e095-48c5-bb56-167af878e8bc matches Tosca VF Customization UUID: 124b12be-e095-48c5-bb56-167af878e8bc 2022-03-14T11:04:06.868Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 124b12be-e095-48c5-bb56-167af878e8bc 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-03-14T11:04:06.872Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.873Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.880Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 124b12be-e095-48c5-bb56-167af878e8bc: {\"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-03-14T11:04:06.883Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@363748c6 2022-03-14T11:04:06.884Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.884Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T11:04:06.885Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a756289a-cca2-43b7-b868-8b93f147a03a 2022-03-14T11:04:06.886Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a756289a-cca2-43b7-b868-8b93f147a03a 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-03-14T11:04:06.893Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.894Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:06.894Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:06.894Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T11:04:06.895Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e0893ad8-d061-44b5-9bb5-21db46a30723 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-03-14T11:04:06.898Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.898Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:06.898Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T11:04:06.899Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.899Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T11:04:06.899Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=124b12be-e095-48c5-bb56-167af878e8bc 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-03-14T11:04:06.902Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.902Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.903Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 76764828-48dd-4bb9-abcf-b6e61dec43d9: basic_cnf 2022-03-14T11:04:06.903Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.903Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.903Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.904Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.904Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.904Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.904Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.904Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.905Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:04:06.905Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:04:06.905Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:06.969Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 000ea82b-6562-4699-a4d2-8f401f423908 1 ASDC deployResourceStructure 2022-03-14T11:04:06.970Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:06.970Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:06.971Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T11:04:06.971Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:06.975Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:06.975Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255846970, "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-03-14T11:04:07.074Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:07.076Z||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-03-14T11:04:07.081Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:07.095Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:07.095Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:07.976Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:07.976Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:07.976Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T11:04:07.977Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:07.979Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:07.979Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255847976, "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-03-14T11:04:08.079Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:08.080Z||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-03-14T11:04:08.081Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:08.094Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:08.095Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:08.981Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:08.981Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:08.981Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:04:08.982Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:08.985Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:08.985Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255848981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:04:09.084Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:09.084Z||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-03-14T11:04:09.085Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:09.097Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:09.098Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:09.988Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:09.988Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:09.988Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:04:09.989Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:09.991Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:09.992Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255849988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:04:10.092Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:10.093Z||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-03-14T11:04:10.094Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:10.107Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:10.108Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:10.993Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:10.993Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||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-03-14T11:04:10.993Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:04:10.994Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:10.998Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:10.999Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255850993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T11:04:11.098Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:11.099Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T11:04:11.099Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:11.112Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:11.112Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:11.999Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T11:04:12.000Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T11:04:12.000Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:04:12.001Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:12.003Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:12.003Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255851999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:04:12.103Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:12.104Z||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-03-14T11:04:12.104Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:12.118Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:12.118Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:13.003Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9db23ab4-8a85-4c26-b146-f57a6f2aff0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:04:13.018Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9db23ab4-8a85-4c26-b146-f57a6f2aff0c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:04:13.023Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:04:13.024Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T11:04:13.024Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T11:04:13.024Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T11:04:13.024Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.025Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.025Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.025Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.025Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.025Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:04:13.026Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T11:04:13.034Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T11:04:43.034Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9db23ab4-8a85-4c26-b146-f57a6f2aff0c 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-03-14T11:04:43.040Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9db23ab4-8a85-4c26-b146-f57a6f2aff0c and serviceModelVersionId: 76764828-48dd-4bb9-abcf-b6e61dec43d9 2022-03-14T11:04:43.041Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c00d0242-022c-47f7-b756-b6f134124d59 2022-03-14T11:04:43.041Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0 2022-03-14T11:04:43.045Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T11:04:43.099Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0|INFO|500||Invoke 2022-03-14T11:04:43.100Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9db23ab4-8a85-4c26-b146-f57a6f2aff0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adda0d42-f359-423b-8618-b6e4e4f8e1fd], X-ECOMP-RequestID=[9db23ab4-8a85-4c26-b146-f57a6f2aff0c], X-TransactionId=[], X-ONAP-RequestID=[9db23ab4-8a85-4c26-b146-f57a6f2aff0c], Content-Type=[application/merge-patch+json]} 2022-03-14T11:04:43.133Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T11:04:43.666Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?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/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-11:04:44:468-6070], vertex-id=[266488], Content-Length=[0], Date=[Mon, 14 Mar 2022 11:04:44 GMT], Content-Type=[application/json]} 2022-03-14T11:04:43.667Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T11:04:43.669Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c00d0242-022c-47f7-b756-b6f134124d59/model-vers/model-ver/76764828-48dd-4bb9-abcf-b6e61dec43d9?depth=0|INFO|500||InvokeReturn 2022-03-14T11:04:43.670Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T11:04:43.670Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T11:04:43.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T11:04:43.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9db23ab4-8a85-4c26-b146-f57a6f2aff0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T11:04:43.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T11:04:43.682Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:43.684Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:43.684Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255883682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:04:43.784Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:43.785Z||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-03-14T11:04:43.785Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:43.807Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:43.807Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-14T11:04:44.696Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:04:44.697Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|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-03-14T11:04:44.697Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:49.151Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:49.152Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T11:04:49.152Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a01e9036-f305-4db1-8c69-cd97df6c450a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d179b2eb-cbb4-4e39-831f-641eef1748e1","serviceDescription":"service","serviceInvariantUUID":"caf32f78-2d11-40ce-a496-a519358e8b55","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"065caf9a-5b7c-4a0c-9303-7b27b9b25168","resourceInvariantUUID":"e576c1a6-c701-4253-8c84-a3d2c200630e","resourceCustomizationUUID":"2fcf6d41-f5f0-49ae-a467-94a076c3dc23","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":"ZmFmNDgzYTcyNWFkYTVmOTIxYTYwZjViZWU5OGRjNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"653846f3-afff-4ae2-b27a-61e8cb06ebe8","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":"bed49431-160c-4423-a867-3ca5d3416185","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":"0164f393-6616-414c-addb-e23c488bb2a2","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":"MWJlNzNiYzhmM2M5Njc3ZTQzZmJmZjY3MmEzYjcxZDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"910df29d-a032-4367-846b-aa023565c3e9","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":"05d81f06-1953-4cc2-ba9f-021baf2a34ce","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":"6a283da3-2f8d-4a10-a62d-3804ad097a07","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":"f5e4f7d9-bedd-4881-8909-ed6e48306019","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":"YWNjYWNhNWE3NTk5MTU5Nzg2NzJkMzE1MDI2ODIwZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4bd8859-bf2c-444d-b0ea-26657aed45c3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmI2MGM3NDY2Y2ZkNDU4YmVkYTJmZGM0NjE3ZmI5MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82fa1d73-47b1-48dc-8c84-3696dcb255fb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T11:04:49.154Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:49.154Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:49.156Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:49.156Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:49.256Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:49.257Z||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-03-14T11:04:49.257Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:49.273Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:49.273Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:50.161Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:50.162Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:50.183Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:50.183Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:50.264Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-03-14T11:04:50.266Z||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-03-14T11:04:50.266Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:50.294Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:50.294Z||pool-98-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:51.184Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:51.184Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:51.186Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:51.186Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:51.286Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:51.287Z||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-03-14T11:04:51.287Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:51.301Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:51.315Z||pool-99-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:52.187Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:52.188Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:52.195Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:52.195Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:52.295Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:52.296Z||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-03-14T11:04:52.296Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:52.310Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:52.311Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:53.196Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:53.197Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:53.200Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:53.200Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:53.300Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:53.304Z||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-03-14T11:04:53.304Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:53.316Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:53.317Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:54.202Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:54.203Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:54.206Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:54.206Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:54.306Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:54.307Z||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-03-14T11:04:54.307Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:54.319Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:54.320Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:55.207Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:55.208Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:55.210Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:55.211Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:55.310Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:04:55.311Z||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-03-14T11:04:55.311Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:55.326Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:55.327Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T11:04:56.212Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:56.213Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:56.216Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:56.216Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:04:56.316Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:56.317Z||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-03-14T11:04:56.317Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:56.330Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:56.331Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:57.216Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T11:04:57.220Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:57.222Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:57.222Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:04:57.324Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-14T11:04:57.326Z||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-03-14T11:04:57.326Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:57.338Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:57.339Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:58.223Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d179b2eb-cbb4-4e39-831f-641eef1748e1", "serviceDescription": "service", "serviceInvariantUUID": "caf32f78-2d11-40ce-a496-a519358e8b55", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2fcf6d41-f5f0-49ae-a467-94a076c3dc23", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "065caf9a-5b7c-4a0c-9303-7b27b9b25168", "resourceInvariantUUID": "e576c1a6-c701-4253-8c84-a3d2c200630e", "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": "ZmI2MGM3NDY2Y2ZkNDU4YmVkYTJmZGM0NjE3ZmI5MWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82fa1d73-47b1-48dc-8c84-3696dcb255fb" } ], "workloadContext": "Production" } 2022-03-14T11:04:58.224Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T11:04:58.224Z|9db23ab4-8a85-4c26-b146-f57a6f2aff0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d179b2eb-cbb4-4e39-831f-641eef1748e1 ASDC 2022-03-14T11:04:58.225Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a01e9036-f305-4db1-8c69-cd97df6c450a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d179b2eb-cbb4-4e39-831f-641eef1748e1 ServiceInvariantUUID:caf32f78-2d11-40ce-a496-a519358e8b55 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:82fa1d73-47b1-48dc-8c84-3696dcb255fb ArtifactChecksum:ZmI2MGM3NDY2Y2ZkNDU4YmVkYTJmZGM0NjE3ZmI5MWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2fcf6d41-f5f0-49ae-a467-94a076c3dc23 ResourceInvariantUUID:e576c1a6-c701-4253-8c84-a3d2c200630e ResourceName:test-pnf ResourceType:PNF ResourceUUID:065caf9a-5b7c-4a0c-9303-7b27b9b25168 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T11:04:58.225Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d179b2eb-cbb4-4e39-831f-641eef1748e1 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-03-14T11:04:58.251Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:04:58.252Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:04:58.252Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:04:58.253Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 82fa1d73-47b1-48dc-8c84-3696dcb255fb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T11:04:58.253Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T11:04:58.253Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T11:04:58.343Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T11:04:58.348Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 82fa1d73-47b1-48dc-8c84-3696dcb255fb 105657 2022-03-14T11:04:58.348Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-14T11:04:58.349Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T11:04:58.349Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T11:04:58.349Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:04:58.351Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:04:58.351Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255898348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:04:58.451Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:04:58.452Z||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-03-14T11:04:58.453Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:04:58.472Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:04:58.473Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:04:59.352Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T11:04:59.353Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T11:04:59.353Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 82fa1d73-47b1-48dc-8c84-3696dcb255fb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T11:04:59.353Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-14T11:04:59.354Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T11:04:59.354Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T11:04:59.461Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5442361103036611783/Definitions/service-TestPnfMacro-template.yml 2022-03-14T11:05:00.309Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T11:05:00.309Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:05:00.309Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T11:05:00.309Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||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-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.310Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T11:05:00.311Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.312Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.313Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.313Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.313Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d179b2eb-cbb4-4e39-831f-641eef1748e1 Model Version:NULL Model InvariantUuid:caf32f78-2d11-40ce-a496-a519358e8b55 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-03-14T11:05:00.319Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 065caf9a-5b7c-4a0c-9303-7b27b9b25168 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-03-14T11:05:00.323Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-03-14T11:05:00.323Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 065caf9a-5b7c-4a0c-9303-7b27b9b25168 2022-03-14T11:05:00.323Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d179b2eb-cbb4-4e39-831f-641eef1748e1 2022-03-14T11:05:00.323Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d179b2eb-cbb4-4e39-831f-641eef1748e1 2022-03-14T11:05:00.324Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 065caf9a-5b7c-4a0c-9303-7b27b9b25168 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-03-14T11:05:00.331Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53bd6f1a, org.onap.sdc.toscaparser.api.parameters.Input@48c5edeb, org.onap.sdc.toscaparser.api.parameters.Input@cc4b82f, org.onap.sdc.toscaparser.api.parameters.Input@3c08e28e, org.onap.sdc.toscaparser.api.parameters.Input@4758faa] 2022-03-14T11:05:00.331Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.331Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.332Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d179b2eb-cbb4-4e39-831f-641eef1748e1: test-pnf 2022-03-14T11:05:00.332Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Processing PNF resource: 065caf9a-5b7c-4a0c-9303-7b27b9b25168 2022-03-14T11:05:00.332Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T11:05:00.332Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T11:05:00.332Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||Resource customization UUID: 2fcf6d41-f5f0-49ae-a467-94a076c3dc23 is the same as notified resource customizationUUID: 2fcf6d41-f5f0-49ae-a467-94a076c3dc23 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-03-14T11:05:00.365Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 065caf9a-5b7c-4a0c-9303-7b27b9b25168 0 ASDC deployResourceStructure 2022-03-14T11:05:00.366Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-14T11:05:00.366Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T11:05:00.366Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T11:05:00.367Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:05:00.369Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:05:00.369Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255900366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:05:00.470Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T11:05:00.470Z||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-03-14T11:05:00.471Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:05:00.484Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:05:00.484Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T11:05:01.370Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a01e9036-f305-4db1-8c69-cd97df6c450a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T11:05:01.384Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a01e9036-f305-4db1-8c69-cd97df6c450a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T11:05:01.387Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T11:05:01.387Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T11:05:01.388Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T11:05:01.393Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T11:05:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:05:01.655Z||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-03-14T11:05:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:05:01.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:05:01.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d4172e4-aac8-43f8-886d-6756e320ee86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255828427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:05:01.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:05:01.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255717405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255838679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:05:01.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:05:01.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:05:01.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255841325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:05:01.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:05:31.394Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a01e9036-f305-4db1-8c69-cd97df6c450a 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-03-14T11:05:31.400Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a01e9036-f305-4db1-8c69-cd97df6c450a and serviceModelVersionId: d179b2eb-cbb4-4e39-831f-641eef1748e1 2022-03-14T11:05:31.400Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : caf32f78-2d11-40ce-a496-a519358e8b55 2022-03-14T11:05:31.401Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0 2022-03-14T11:05:31.404Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T11:05:31.447Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0|INFO|500||Invoke 2022-03-14T11:05:31.447Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a01e9036-f305-4db1-8c69-cd97df6c450a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8629db3c-ceaa-4ad5-be9d-0ab29c1adc94], X-ECOMP-RequestID=[a01e9036-f305-4db1-8c69-cd97df6c450a], X-TransactionId=[], X-ONAP-RequestID=[a01e9036-f305-4db1-8c69-cd97df6c450a], Content-Type=[application/merge-patch+json]} 2022-03-14T11:05:31.469Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T11:05:31.562Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?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/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-11:05:32:804-28105], vertex-id=[217152], Content-Length=[0], Date=[Mon, 14 Mar 2022 11:05:32 GMT], Content-Type=[application/json]} 2022-03-14T11:05:31.562Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T11:05:31.563Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caf32f78-2d11-40ce-a496-a519358e8b55/model-vers/model-ver/d179b2eb-cbb4-4e39-831f-641eef1748e1?depth=0|INFO|500||InvokeReturn 2022-03-14T11:05:31.563Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T11:05:31.564Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T11:05:31.568Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T11:05:31.569Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a01e9036-f305-4db1-8c69-cd97df6c450a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T11:05:31.569Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T11:05:31.569Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T11:05:31.571Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T11:05:31.572Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255931569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:05:31.672Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T11:05:31.673Z||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-03-14T11:05:31.673Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:05:31.699Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:05:31.700Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 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-03-14T11:05:32.586Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:05:32.586Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:05:32.586Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:05:42.146Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:05:42.147Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:05:42.148Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:05:42.148Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:05:51.704Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:05:51.705Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:05:51.706Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:05:51.706Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:06:01.281Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:06:01.283Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:06:01.286Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:06:01.287Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:06:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:06:01.656Z||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-03-14T11:06:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:06:01.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:06:01.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255842478, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255843542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255844639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T11:06:01.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255845816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255846970, "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-03-14T11:06:01.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255847976, "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-03-14T11:06:01.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255848981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255849988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255850993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255851999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9db23ab4-8a85-4c26-b146-f57a6f2aff0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255883682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255884696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T11:06:01.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255898348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255900366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T11:06:01.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:06:10.839Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:06:10.840Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:06:10.842Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:06:10.842Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:06:20.422Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:07:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:07:01.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:07:01.655Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:07:01.655Z||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-03-14T11:07:01.655Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:07:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:07:02.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:07:02.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-14T11:07:02.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a01e9036-f305-4db1-8c69-cd97df6c450a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647255931569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T11:07:02.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T11:07:11.225Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:08:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:08:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:08:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:08:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:08:01.655Z||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-03-14T11:08:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:08:11.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:08:11.221Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:09:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:09:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:09:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:09:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:09:01.656Z||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-03-14T11:09:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:09:11.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:09:11.224Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:10:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:10:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:10:01.655Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:10:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:10:01.655Z||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-03-14T11:10:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:10:11.218Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:10:11.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:11:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:11:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:11:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:11:01.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:11:01.655Z||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-03-14T11:11:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:11:11.235Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:11:11.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:12:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:12:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:12:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:12:01.654Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:12:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T11:12:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:12:11.220Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:12:11.221Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:13:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:13:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:13:01.661Z||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-03-14T11:13:01.661Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:13:01.662Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:13:01.662Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:13:11.219Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:13:11.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:14:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:14:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:14:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:14:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:14:01.655Z||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-03-14T11:14:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:14:11.213Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:14:11.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:15:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:15:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:15:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:15:01.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:15:01.655Z||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-03-14T11:15:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:15:11.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:15:11.237Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:16:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:16:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:16:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:16:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:16:01.655Z||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-03-14T11:16:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:16:11.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:16:11.219Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:17:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:17:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:17:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:17:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:17:01.655Z||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-03-14T11:17:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:17:11.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:17:11.222Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:18:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:18:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:18:01.655Z||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-03-14T11:18:01.655Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:18:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:18:01.655Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:18:11.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:18:11.215Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:19:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:19:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:19:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:19:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:19:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T11:19:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:19:11.204Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:19:11.218Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:20:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:20:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:20:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:20:01.654Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:20:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T11:20:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:20:11.213Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:20:11.216Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:21:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:21:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:21:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:21:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:21:01.655Z||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-03-14T11:21:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:21:11.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:21:11.218Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:22:01.653Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:22:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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-03-14T11:22:01.654Z|a01e9036-f305-4db1-8c69-cd97df6c450a|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:22:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:22:01.655Z||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-03-14T11:22:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:22:11.227Z|a01e9036-f305-4db1-8c69-cd97df6c450a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:22:11.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:23:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:23:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:23:01.655Z||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-03-14T11:23:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:23:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:23:01.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:23:11.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:23:11.233Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:24:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:24:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:24:01.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:24:01.656Z||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-03-14T11:24:01.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:24:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:24:11.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:24:11.224Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:25:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:25:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:25:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:25:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:25:01.655Z||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-03-14T11:25:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:25:11.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:25:11.220Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:26:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:26:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:26:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:26:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:26:01.655Z||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-03-14T11:26:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:26:11.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:26:11.228Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:27:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:27:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:27:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:27:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:27:01.655Z||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-03-14T11:27:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:27:11.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:27:11.227Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:28:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:28:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:28:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:28:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:28:01.656Z||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-03-14T11:28:01.656Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:28:11.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:28:11.226Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:29:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:29:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:29:01.655Z||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-03-14T11:29:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:29:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:29:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:29:11.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:29:11.230Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:30:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:30:01.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:30:01.655Z||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-03-14T11:30:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:30:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:30:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:30:11.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:30:11.214Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:31:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:31:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:31:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:31:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:31:01.655Z||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-03-14T11:31:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:31:11.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:31:11.225Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:32:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:32:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:32:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:32:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:32:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T11:32:01.656Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:32:11.222Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:32:11.225Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:33:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:33:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:33:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:33:01.654Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:33:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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-03-14T11:33:01.655Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:33:11.219Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:33:11.223Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:34:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:34:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:34:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:34:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:34:01.655Z||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-03-14T11:34:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:34:11.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:34:11.221Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:35:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:35:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:35:01.655Z||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-03-14T11:35:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:35:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:35:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:35:11.225Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:35:11.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:36:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:36:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:36:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:36:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:36:01.655Z||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-03-14T11:36:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:36:11.220Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:36:11.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:37:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:37:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:37:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:37:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:37:01.655Z||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-03-14T11:37:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:37:11.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:37:11.229Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:38:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:38:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:38:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:38:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:38:01.655Z||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-03-14T11:38:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:38:11.223Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:38:11.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:39:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:39:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:39:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:39:01.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:39:01.655Z||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-03-14T11:39:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:39:11.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:39:11.226Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:40:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:40:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:40:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:40:01.654Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:40:01.655Z||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-03-14T11:40:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:40:11.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:40:11.226Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:41:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:41:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:41:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:41:01.655Z||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-03-14T11:41:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:41:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:41:11.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:41:11.222Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:42:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:42:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:42:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:42:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:42:01.655Z||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-03-14T11:42:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:42:11.226Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:42:11.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:43:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:43:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:43:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:43:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:43:01.655Z||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-03-14T11:43:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:43:11.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:43:11.219Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:43:42.319Z||http-nio-8085-exec-1|||||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-03-14T11:44:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:44:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:44:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:44:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:44:01.655Z||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-03-14T11:44:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:44:11.223Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:44:11.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:45:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:45:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T11:45:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ... 2022-03-14T11:45:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T11:45:01.655Z||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-03-14T11:45:01.655Z||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 io90QMcLqZ7O2f2n) ... 2022-03-14T11:45:11.224Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T11:45:11.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK