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) 2023-01-10T03:37:00.413Z||main|||||INFO|500||The following profiles are active: basic 2023-01-10T03:37:21.639Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-10T03:37:21.639Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-10T03:37:21.891Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-10T03:37:30.729Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-10T03:37:31.528Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-10T03:37:32.455Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-10T03:37:32.489Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-10T03:37:32.737Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-10T03:37:33.286Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-10T03:37:34.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-10T03:37:38.713Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-10T03:37:43.166Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-10T03:37:43.293Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-10T03:37:44.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-10T03:37:44.963Z||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. 2023-01-10T03:37:47.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-10T03:37:50.113Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-10T03:37:50.147Z||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$$af915e9a.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) 2023-01-10T03:37:50.149Z||main|||||WARN|500||The sdc end point is not alive 2023-01-10T03:37:56.623Z||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 2023-01-10T03:38:02.427Z||main|||||WARN|500||--- 2023-01-10T03:38:02.428Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-10T03:38:02.428Z||main|||||WARN|500||--- 2023-01-10T03:38:03.314Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-10T03:38:12.015Z||main|||||INFO|500||Started Application in 78.883 seconds (JVM running for 86.246) 2023-01-10T03:38:12.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-10T03:38:12.069Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-10T03:38:12.089Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-10T03:38:12.132Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-10T03:38:12.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e52e950-05e3-450c-94c9-de763bc77f48 url= /sdc/v1/artifactTypes 2023-01-10T03:38:12.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-10T03:38:12.740Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-10T03:38:12.908Z||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 2023-01-10T03:38:12.947Z||scheduling-1|||||DEBUG|500||create keys 2023-01-10T03:38:12.961Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-10T03:38:13.198Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:38:13.237Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ea1bd450-642c-4217-ad36-bb0f9383a9eb url= /sdc/v1/registerForDistribution 2023-01-10T03:38:13.698Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ea1bd450-642c-4217-ad36-bb0f9383a9eb url= /sdc/v1/registerForDistribution 2023-01-10T03:38:13.699Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-10T03:38:13.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:38:13.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:38:13.779Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-10T03:38:13.857Z||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. 2023-01-10T03:38:13.863Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:38:13.861Z||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. 2023-01-10T03:38:13.873Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:38:24.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:38:24.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:39:13.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:39:13.719Z||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. 2023-01-10T03:39:13.719Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:39:13.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:39:13.744Z||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. 2023-01-10T03:39:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:39:23.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:39:23.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:40:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:40:13.716Z||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. 2023-01-10T03:40:13.716Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:40:13.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:40:13.750Z||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. 2023-01-10T03:40:13.750Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:40:23.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:40:23.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:41:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:41:13.713Z||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. 2023-01-10T03:41:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:41:13.744Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:41:13.746Z||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. 2023-01-10T03:41:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:41:23.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:41:23.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:42:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:42:13.713Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T03:42:13.714Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:42:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:42:13.744Z||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. 2023-01-10T03:42:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:42:23.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:42:23.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:43:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:43:13.724Z||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. 2023-01-10T03:43:13.724Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:43:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:43:13.745Z||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. 2023-01-10T03:43:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:43:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:43:23.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:44:13.713Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:44:13.720Z||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. 2023-01-10T03:44:13.721Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:44:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:44:13.744Z||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. 2023-01-10T03:44:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:44:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:44:23.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:45:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:45:13.714Z||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. 2023-01-10T03:45:13.715Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:45:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:45:13.748Z||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. 2023-01-10T03:45:13.748Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:45:23.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:45:23.310Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:46:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:46:13.713Z||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. 2023-01-10T03:46:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:46:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:46:13.744Z||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. 2023-01-10T03:46:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:46:23.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:46:23.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:47:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:47:13.714Z||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. 2023-01-10T03:47:13.715Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:47:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:47:13.746Z||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. 2023-01-10T03:47:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:47:23.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:47:23.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:47:33.842Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-10T03:48:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:48:13.713Z||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. 2023-01-10T03:48:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:48:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:48:13.746Z||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. 2023-01-10T03:48:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:48:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:48:23.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:49:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:49:13.712Z||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. 2023-01-10T03:49:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:49:13.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:49:13.746Z||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. 2023-01-10T03:49:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:49:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:49:23.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:50:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:50:13.722Z||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. 2023-01-10T03:50:13.722Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:50:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:50:13.744Z||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. 2023-01-10T03:50:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:50:23.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:50:23.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:51:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:51:13.712Z||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. 2023-01-10T03:51:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:51:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:51:13.744Z||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. 2023-01-10T03:51:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:51:23.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:51:23.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:52:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:52:13.717Z||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. 2023-01-10T03:52:13.718Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:52:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:52:13.744Z||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. 2023-01-10T03:52:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:52:23.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:52:23.289Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:53:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:53:13.713Z||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. 2023-01-10T03:53:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:53:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:53:13.746Z||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. 2023-01-10T03:53:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:53:23.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:53:23.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:54:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:54:13.712Z||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. 2023-01-10T03:54:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:54:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:54:13.744Z||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. 2023-01-10T03:54:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:54:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:54:23.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:55:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:55:13.712Z||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. 2023-01-10T03:55:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:55:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:55:13.744Z||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. 2023-01-10T03:55:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:55:23.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:55:23.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:56:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:56:13.713Z||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. 2023-01-10T03:56:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:56:13.748Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:56:13.749Z||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. 2023-01-10T03:56:13.750Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:56:23.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:56:23.291Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:57:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:57:13.712Z||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. 2023-01-10T03:57:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:57:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:57:13.743Z||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. 2023-01-10T03:57:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:57:23.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:57:23.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:58:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:58:13.713Z||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. 2023-01-10T03:58:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:58:13.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:58:13.750Z||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. 2023-01-10T03:58:13.750Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:58:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:58:23.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:59:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:59:13.712Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T03:59:13.713Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:59:13.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T03:59:13.746Z||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. 2023-01-10T03:59:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T03:59:23.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T03:59:23.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:00:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:00:13.714Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T04:00:13.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:00:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:00:13.745Z||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. 2023-01-10T04:00:13.748Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:00:23.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:00:23.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:01:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:01:13.712Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T04:01:13.712Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:01:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:01:13.744Z||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. 2023-01-10T04:01:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:01:23.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:01:23.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:02:13.721Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:02:13.722Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T04:02:13.722Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:02:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:02:13.746Z||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. 2023-01-10T04:02:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:02:23.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:02:23.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:03:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:03:13.712Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T04:03:13.712Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:03:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:03:13.745Z||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. 2023-01-10T04:03:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:03:23.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:03:23.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:04:13.712Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:04:13.714Z||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. 2023-01-10T04:04:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:04:13.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:04:13.747Z||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. 2023-01-10T04:04:13.748Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:04:23.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:04:23.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:05:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:05:13.714Z||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. 2023-01-10T04:05:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:05:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:05:13.747Z||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. 2023-01-10T04:05:13.748Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:05:23.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:05:23.287Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:06:13.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:06:13.712Z||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. 2023-01-10T04:06:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:06:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:06:13.744Z||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. 2023-01-10T04:06:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:06:23.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:06:23.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:07:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:07:13.713Z||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. 2023-01-10T04:07:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:07:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:07:13.743Z||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. 2023-01-10T04:07:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:07:23.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:07:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:08:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:08:13.715Z||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. 2023-01-10T04:08:13.715Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:08:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:08:13.744Z||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. 2023-01-10T04:08:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:08:23.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:08:23.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:09:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:09:13.720Z||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. 2023-01-10T04:09:13.721Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:09:13.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:09:13.753Z||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. 2023-01-10T04:09:13.754Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:09:23.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:09:23.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:10:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:10:13.721Z||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. 2023-01-10T04:10:13.721Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:10:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:10:13.744Z||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. 2023-01-10T04:10:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:10:23.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:10:23.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:11:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:11:13.714Z||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. 2023-01-10T04:11:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:11:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:11:13.744Z||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. 2023-01-10T04:11:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:11:23.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:11:23.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:12:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:12:13.712Z||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. 2023-01-10T04:12:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:12:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:12:13.743Z||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. 2023-01-10T04:12:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:12:23.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:12:23.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:13:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:13:13.712Z||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. 2023-01-10T04:13:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:13:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:13:13.744Z||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. 2023-01-10T04:13:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:13:23.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:13:23.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:14:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:14:13.712Z||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. 2023-01-10T04:14:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:14:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:14:13.744Z||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. 2023-01-10T04:14:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:14:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:14:23.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:15:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:15:13.713Z||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. 2023-01-10T04:15:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:15:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:15:13.744Z||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. 2023-01-10T04:15:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:15:23.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:15:23.287Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:16:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:16:13.723Z||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. 2023-01-10T04:16:13.725Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:16:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:16:13.744Z||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. 2023-01-10T04:16:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:16:23.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:16:23.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:17:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:17:13.712Z||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. 2023-01-10T04:17:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:17:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:17:13.746Z||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. 2023-01-10T04:17:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:17:23.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:17:23.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:18:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:18:13.714Z||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. 2023-01-10T04:18:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:18:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:18:13.745Z||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. 2023-01-10T04:18:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:18:23.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:18:23.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:19:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:19:13.712Z||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. 2023-01-10T04:19:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:19:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:19:13.744Z||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. 2023-01-10T04:19:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:19:23.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:19:23.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:20:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:20:13.712Z||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. 2023-01-10T04:20:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:20:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:20:13.744Z||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. 2023-01-10T04:20:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:20:23.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:20:23.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:21:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:21:13.712Z||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. 2023-01-10T04:21:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:21:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:21:13.744Z||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. 2023-01-10T04:21:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:21:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:21:23.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:22:13.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:22:13.718Z||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. 2023-01-10T04:22:13.719Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:22:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:22:13.744Z||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. 2023-01-10T04:22:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:22:23.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:22:23.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:23:13.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:23:13.714Z||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. 2023-01-10T04:23:13.715Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:23:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:23:13.744Z||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. 2023-01-10T04:23:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:23:23.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:23:23.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:24:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:24:13.712Z||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. 2023-01-10T04:24:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:24:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:24:13.745Z||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. 2023-01-10T04:24:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:24:23.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:24:23.330Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:25:13.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:25:13.723Z||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. 2023-01-10T04:25:13.724Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:25:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:25:13.745Z||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. 2023-01-10T04:25:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:25:23.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:25:23.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:26:13.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:26:13.712Z||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. 2023-01-10T04:26:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:26:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:26:13.743Z||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. 2023-01-10T04:26:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:26:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:26:23.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:27:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:27:13.712Z||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. 2023-01-10T04:27:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:27:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:27:13.744Z||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. 2023-01-10T04:27:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:27:23.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:27:23.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:28:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:28:13.713Z||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. 2023-01-10T04:28:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:28:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:28:13.746Z||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. 2023-01-10T04:28:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:28:23.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:28:23.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:29:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:29:13.713Z||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. 2023-01-10T04:29:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:29:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:29:13.743Z||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. 2023-01-10T04:29:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:29:23.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:29:23.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:30:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:30:13.713Z||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. 2023-01-10T04:30:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:30:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:30:13.744Z||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. 2023-01-10T04:30:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:30:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:30:23.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:31:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:31:13.714Z||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. 2023-01-10T04:31:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:31:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:31:13.743Z||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. 2023-01-10T04:31:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:31:23.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:31:23.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:32:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:32:13.712Z||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. 2023-01-10T04:32:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:32:13.746Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:32:13.747Z||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. 2023-01-10T04:32:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:32:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:32:23.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:33:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:33:13.721Z||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. 2023-01-10T04:33:13.722Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:33:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:33:13.746Z||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. 2023-01-10T04:33:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:33:23.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:33:23.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:34:13.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:34:13.716Z||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. 2023-01-10T04:34:13.716Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:34:13.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:34:13.744Z||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. 2023-01-10T04:34:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:34:23.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:34:23.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:35:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:35:13.712Z||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. 2023-01-10T04:35:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:35:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:35:13.744Z||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. 2023-01-10T04:35:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:35:23.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:35:23.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:36:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:36:13.712Z||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. 2023-01-10T04:36:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:36:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:36:13.744Z||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. 2023-01-10T04:36:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:36:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:36:23.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:37:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:37:13.713Z||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. 2023-01-10T04:37:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:37:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:37:13.744Z||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. 2023-01-10T04:37:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:37:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:37:23.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:38:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:38:13.712Z||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. 2023-01-10T04:38:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:38:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:38:13.744Z||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. 2023-01-10T04:38:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:38:23.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:38:23.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:39:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:39:13.714Z||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. 2023-01-10T04:39:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:39:13.744Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:39:13.746Z||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. 2023-01-10T04:39:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:39:23.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:39:23.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:40:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:40:13.714Z||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. 2023-01-10T04:40:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:40:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:40:13.744Z||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. 2023-01-10T04:40:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:40:23.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:40:23.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:41:13.715Z||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. 2023-01-10T04:41:13.715Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:41:13.744Z||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. 2023-01-10T04:41:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:13.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:13.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOTIFIED" } 2023-01-10T04:41:13.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "ves-openapi-manager", "timestamp": 1673325653678, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325658449, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:41:13.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-10T04:41:13.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325668838, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:41:13.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-10T04:41:13.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325665738, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:41:13.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325665480, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:41:13.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:13.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-10T04:41:13.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:13.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-10T04:41:14.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-10T04:41:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2b8e609-f9b7-410d-9004-7fe5b4b2eb70","serviceName":"vFW 2023-01-10 04-40-01","serviceVersion":"1.0","serviceUUID":"0a818d1d-3bd6-4af6-b069-1347379be2ee","serviceDescription":"catalog service description","serviceInvariantUUID":"e164ee36-7984-45d4-a42d-ce3c41de158e","resources":[{"resourceInstanceName":"vFW 2613b066-0202 0","resourceName":"vFW 2613b066-0202","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d98d36d1-14f8-4e41-a6e7-869d46630c11","resourceInvariantUUID":"4ee970b5-83ab-4703-af36-60db2c9ef6e4","resourceCustomizationUUID":"0acb5f86-ff8d-4365-8ce2-10e68ce4f043","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml","artifactChecksum":"ZGU5NjNlMzAwYmNlMmM2NTg3YmI5ZjQwNGUxM2VmZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7466ffb-7323-4b45-a6d6-c8085442ec38","artifactVersion":"1"},{"artifactName":"vfw2613b06602020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json","artifactChecksum":"ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05147963-0aa2-46ba-a30b-6495a23c017b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fc469a8-2c82-4f09-a085-f953af3c3a27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml","artifactChecksum":"ZWU0MmU5NTVhODk1NzE3MDliMTdkZDFiMWZlN2M1OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3230ea4-4ea1-4527-9880-eb923e9365f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad781551-c042-4933-987f-8daab74737eb","artifactVersion":"2","generatedFromUUID":"0fc469a8-2c82-4f09-a085-f953af3c3a27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230110044001-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml","artifactChecksum":"N2M2OGFkY2Q2ZDdjN2M5ZTRmMGJjNDFlOTFkN2YzYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21273035-28f4-4932-b41f-3ab8a8f795e3","artifactVersion":"1"},{"artifactName":"service-Vfw20230110044001-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar","artifactChecksum":"Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eac9a85a-7208-4169-8341-ff637d345954","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T04:41:14.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:14.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:14.402Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:14.402Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:14.502Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-01-10T04:41:14.510Z||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. 2023-01-10T04:41:14.510Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:14.524Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:14.526Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:15.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:15.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:15.416Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:15.416Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOTIFIED" } 2023-01-10T04:41:15.517Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T04:41:15.519Z||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. 2023-01-10T04:41:15.519Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:15.532Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:15.533Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:16.417Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:16.418Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:16.421Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:16.421Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-10T04:41:16.522Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:16.524Z||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. 2023-01-10T04:41:16.525Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:16.584Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:16.586Z||pool-5-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:17.422Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:17.423Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:17.430Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:17.431Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:17.530Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:41:17.531Z||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. 2023-01-10T04:41:17.531Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:17.557Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:17.558Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:18.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:18.435Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:18.447Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:18.447Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-10T04:41:18.548Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T04:41:18.550Z||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. 2023-01-10T04:41:18.551Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:18.616Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:18.617Z||pool-7-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:19.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:19.449Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:19.451Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:19.451Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:41:19.551Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:19.552Z||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. 2023-01-10T04:41:19.552Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:19.563Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:19.563Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:20.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:41:20.456Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:20.459Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:20.459Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:41:20.559Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:20.562Z||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. 2023-01-10T04:41:20.562Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:20.575Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:20.577Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:21.462Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "serviceName": "vFW 2023-01-10 04-40-01", "serviceVersion": "1.0", "serviceUUID": "0a818d1d-3bd6-4af6-b069-1347379be2ee", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e164ee36-7984-45d4-a42d-ce3c41de158e", "resources": [ { "resourceInstanceName": "vFW 2613b066-0202 0", "resourceCustomizationUUID": "0acb5f86-ff8d-4365-8ce2-10e68ce4f043", "resourceName": "vFW 2613b066-0202", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d98d36d1-14f8-4e41-a6e7-869d46630c11", "resourceInvariantUUID": "4ee970b5-83ab-4703-af36-60db2c9ef6e4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2613b06602020_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "artifactChecksum": "ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05147963-0aa2-46ba-a30b-6495a23c017b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0fc469a8-2c82-4f09-a085-f953af3c3a27", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ad781551-c042-4933-987f-8daab74737eb", "generatedFromUUID": "0fc469a8-2c82-4f09-a085-f953af3c3a27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ad781551-c042-4933-987f-8daab74737eb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230110044001-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "artifactChecksum": "Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eac9a85a-7208-4169-8341-ff637d345954" } ], "workloadContext": "Production" } 2023-01-10T04:41:21.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T04:41:21.465Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a818d1d-3bd6-4af6-b069-1347379be2ee ASDC 2023-01-10T04:41:21.651Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 ServiceName:vFW 2023-01-10 04-40-01 ServiceVersion:1.0 ServiceUUID:0a818d1d-3bd6-4af6-b069-1347379be2ee ServiceInvariantUUID:e164ee36-7984-45d4-a42d-ce3c41de158e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230110044001-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar ArtifactUUID:eac9a85a-7208-4169-8341-ff637d345954 ArtifactChecksum:Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2613b066-0202 0 ResourceCustomizationUUID:0acb5f86-ff8d-4365-8ce2-10e68ce4f043 ResourceInvariantUUID:4ee970b5-83ab-4703-af36-60db2c9ef6e4 ResourceName:vFW 2613b066-0202 ResourceType:VF ResourceUUID:d98d36d1-14f8-4e41-a6e7-869d46630c11 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2613b06602020_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json ArtifactUUID:05147963-0aa2-46ba-a30b-6495a23c017b ArtifactChecksum:ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI= 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/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml ArtifactUUID:0fc469a8-2c82-4f09-a085-f953af3c3a27 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/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ArtifactUUID:ad781551-c042-4933-987f-8daab74737eb 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/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ArtifactUUID:ad781551-c042-4933-987f-8daab74737eb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T04:41:21.654Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a818d1d-3bd6-4af6-b069-1347379be2ee 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 (?, ?, ?, ?, ?) 2023-01-10T04:41:22.089Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:41:22.091Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:41:22.097Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:41:22.098Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eac9a85a-7208-4169-8341-ff637d345954 from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:22.098Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:41:22.100Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:22.265Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:41:22.291Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar eac9a85a-7208-4169-8341-ff637d345954 100622 2023-01-10T04:41:22.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar ASDC sendASDCNotification 2023-01-10T04:41:22.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:22.295Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:41:22.297Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:22.299Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:22.299Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325682291, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:41:22.399Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:22.401Z||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. 2023-01-10T04:41:22.401Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:22.412Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:22.413Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:23.300Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:41:23.302Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:41:23.302Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eac9a85a-7208-4169-8341-ff637d345954, URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar to file: /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:23.303Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230110044001-csar.csar 2023-01-10T04:41:23.483Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:23.484Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:24.707Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3457112550616971212/Definitions/service-Vfw20230110044001-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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-01-10T04:41:29.131Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T04:41:29.139Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2613b066-0202 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-10T04:41:29.153Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.155Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.160Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:29.161Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-10T04:41:29.165Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:41:29.168Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.168Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:41:29.170Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.170Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.173Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.179Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:29.184Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.184Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.188Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3 2023-01-10T04:41:29.188Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45d775be-a651-4ef7-ab9a-99ee1502f1cb 2023-01-10T04:41:29.193Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.193Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:29.196Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:29.196Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.198Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.198Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=486fdea1-66ff-42ed-90db-626eb824d2a4 2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:29.203Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-10 04-40-01 Description:catalog service description Model UUID:0a818d1d-3bd6-4af6-b069-1347379be2ee Model Version:NULL Model InvariantUuid:e164ee36-7984-45d4-a42d-ce3c41de158e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 2613b066-0202 Model UUID:71ba6bee-3403-413d-9c24-9dcbbff232fc Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4ee970b5-83ab-4703-af36-60db2c9ef6e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0acb5f86-ff8d-4365-8ce2-10e68ce4f043 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76c3235a-631c-4d75-972a-ad0c382b8c21 ModelName:Vfw2613b0660202..base_vfw..module-0 ModelUuid:5630f581-4074-4e68-9393-b2074c819a2b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3 ModelInvariantUuid:e9e41491-c467-46cb-8d93-1bfbda8082a8 ModelName:vFW 2613b066-0202-nodes.vfwCvfc ModelUuid:121ac125-9603-47f2-8abe-5c9fce301aa4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9fc0e0b0-ed3b-480e-aece-f908bd1a7f96 ModelInvariantUuid:d7808312-4d55-44ae-bc01-0b97ee10eb89 ModelName:Vfw2613b0660202.compute.nodes.heat.vfw ModelUuid:d90b3e72-658e-4268-89d9-cd1aaeba3b53 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:45d775be-a651-4ef7-ab9a-99ee1502f1cb ModelInvariantUuid:a40bd587-b867-45b0-89e1-4b3c558267aa ModelName:vFW 2613b066-0202-nodes.vsnCvfc ModelUuid:f2b76803-6be1-4581-b911-1b0c18c3e6ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:aa2d3de3-2182-4cff-aa97-10ee82a59037 ModelInvariantUuid:a2e8d2aa-28ea-44c3-bf50-e2530d7496d2 ModelName:Vfw2613b0660202.compute.nodes.heat.vsn ModelUuid:5069509a-2720-4c30-ba60-0a8b37535a77 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:486fdea1-66ff-42ed-90db-626eb824d2a4 ModelInvariantUuid:f124c142-eb09-49df-b82c-5d73ce501442 ModelName:vFW 2613b066-0202-nodes.vpgCvfc ModelUuid:5aeb2ca3-ceda-4bfd-8a12-bec7447c23ab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e5d5c0e5-fbed-4df1-90c1-a64c62ec90a5 ModelInvariantUuid:fddb2184-70dd-41bb-8538-dfb0e7588687 ModelName:Vfw2613b0660202.compute.nodes.heat.vpg ModelUuid:c98e8ab1-902b-4f3e-b732-1bf62cc0f511 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=? 2023-01-10T04:41:29.234Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d98d36d1-14f8-4e41-a6e7-869d46630c11 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=? 2023-01-10T04:41:29.368Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||vFW 2613b066-0202 0 2023-01-10T04:41:29.381Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d98d36d1-14f8-4e41-a6e7-869d46630c11 2023-01-10T04:41:29.382Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 05147963-0aa2-46ba-a30b-6495a23c017b from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 2023-01-10T04:41:29.383Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:41:29.383Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 2023-01-10T04:41:29.466Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:41:29.466Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 05147963-0aa2-46ba-a30b-6495a23c017b 785 2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json ASDC sendASDCNotification 2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:41:29.468Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:29.472Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:29.472Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325689467, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:41:29.572Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:29.573Z||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. 2023-01-10T04:41:29.573Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:29.598Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:29.600Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:30.475Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2613b0660202..base_vfw..module-0", "vfModuleModelInvariantUUID": "76c3235a-631c-4d75-972a-ad0c382b8c21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5630f581-4074-4e68-9393-b2074c819a2b", "vfModuleModelCustomizationUUID": "714acd22-c763-4be3-8402-d49b5131b16a", "isBase": true, "artifacts": [ "0fc469a8-2c82-4f09-a085-f953af3c3a27", "ad781551-c042-4933-987f-8daab74737eb" ], "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": "" } } ] 2023-01-10T04:41:30.504Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2613b0660202..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5630f581-4074-4e68-9393-b2074c819a2b VfModuleModelInvariantUUID:76c3235a-631c-4d75-972a-ad0c382b8c21 VfModuleModelDescription:NULL Artifacts UUID List:{ 0fc469a8-2c82-4f09-a085-f953af3c3a27 , ad781551-c042-4933-987f-8daab74737eb } 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 } 2023-01-10T04:41:30.510Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2613b0660202..base_vfw..module-0", "vfModuleModelInvariantUUID": "76c3235a-631c-4d75-972a-ad0c382b8c21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5630f581-4074-4e68-9393-b2074c819a2b", "vfModuleModelCustomizationUUID": "714acd22-c763-4be3-8402-d49b5131b16a", "isBase": true, "artifacts": [ "0fc469a8-2c82-4f09-a085-f953af3c3a27", "ad781551-c042-4933-987f-8daab74737eb" ], "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": "" } } ] 2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2613b0660202..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5630f581-4074-4e68-9393-b2074c819a2b VfModuleModelInvariantUUID:76c3235a-631c-4d75-972a-ad0c382b8c21 VfModuleModelDescription:NULL Artifacts UUID List:{ 0fc469a8-2c82-4f09-a085-f953af3c3a27 , ad781551-c042-4933-987f-8daab74737eb } 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 } 2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fc469a8-2c82-4f09-a085-f953af3c3a27 from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 2023-01-10T04:41:30.603Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 0fc469a8-2c82-4f09-a085-f953af3c3a27 20368 2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:41:30.606Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:30.609Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:30.609Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325690605, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:41:30.709Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:30.710Z||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. 2023-01-10T04:41:30.710Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:30.728Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:30.728Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:41:31.610Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad781551-c042-4933-987f-8daab74737eb from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env 2023-01-10T04:41:31.611Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:41:31.611Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env 2023-01-10T04:41:31.684Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ad781551-c042-4933-987f-8daab74737eb 2098 2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env 2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:41:31.686Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:31.689Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:31.689Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325691685, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:41:31.790Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T04:41:31.792Z||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. 2023-01-10T04:41:31.792Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:31.804Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:31.805Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:32.690Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0a818d1d-3bd6-4af6-b069-1347379be2ee 2023-01-10T04:41:32.690Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2613b066-0202 0 d98d36d1-14f8-4e41-a6e7-869d46630c11 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=? 2023-01-10T04:41:32.743Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5f1d86, org.onap.sdc.toscaparser.api.parameters.Input@6f54dde7, org.onap.sdc.toscaparser.api.parameters.Input@1aa79bb3, org.onap.sdc.toscaparser.api.parameters.Input@97c533a, org.onap.sdc.toscaparser.api.parameters.Input@3cfadcbe] 2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 matches Tosca VF Customization UUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 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=? 2023-01-10T04:41:32.765Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.766Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.767Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0acb5f86-ff8d-4365-8ce2-10e68ce4f043: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fd295d2 2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T04:41:32.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 714acd22-c763-4be3-8402-d49b5131b16a 2023-01-10T04:41:32.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 714acd22-c763-4be3-8402-d49b5131b16a 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=? 2023-01-10T04:41:32.780Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.781Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.781Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3 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=? 2023-01-10T04:41:32.796Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.797Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.797Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.801Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45d775be-a651-4ef7-ab9a-99ee1502f1cb 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=? 2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:32.808Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria 2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=486fdea1-66ff-42ed-90db-626eb824d2a4 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=? 2023-01-10T04:41:32.815Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria 2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=0acb5f86-ff8d-4365-8ce2-10e68ce4f043 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=? 2023-01-10T04:41:32.819Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.819Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0a818d1d-3bd6-4af6-b069-1347379be2ee: vFW 2613b066-0202 2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-10 04-40-01 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 (?, ?, ?, ?, ?) 2023-01-10T04:41:33.216Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2613b066-0202 d98d36d1-14f8-4e41-a6e7-869d46630c11 1 ASDC deployResourceStructure 2023-01-10T04:41:33.217Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json ASDC sendASDCNotification 2023-01-10T04:41:33.217Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 2023-01-10T04:41:33.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:41:33.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:33.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:33.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325693217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:41:33.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T04:41:33.323Z||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. 2023-01-10T04:41:33.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:33.336Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:33.336Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:34.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-10T04:41:34.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 2023-01-10T04:41:34.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:41:34.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:34.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:34.227Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325694222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-10T04:41:34.327Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:41:34.328Z||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. 2023-01-10T04:41:34.328Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:34.347Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:34.349Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:35.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-10T04:41:35.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env 2023-01-10T04:41:35.229Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:41:35.229Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:35.231Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:35.231Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325695228, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-10T04:41:35.331Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:41:35.333Z||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. 2023-01-10T04:41:35.333Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:35.346Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:35.347Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:41:36.240Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar ASDC sendASDCNotification 2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar 2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:41:36.244Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:41:36.244Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325696236, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:41:36.345Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:41:36.346Z||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. 2023-01-10T04:41:36.347Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:41:36.360Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:41:36.361Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:41:37.245Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:41:37.288Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:42:07.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:42:07.307Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:42:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:42:13.744Z||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. 2023-01-10T04:42:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:42:13.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:42:13.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:42:13.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325673588, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:42:13.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:42:37.312Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:42:37.324Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:42:37.326Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:42:37.326Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:42:37.327Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:43:07.327Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:43:07.345Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:43:13.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:43:13.746Z||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. 2023-01-10T04:43:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:43:13.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:43:13.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:43:13.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325673393, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:43:13.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:43:37.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:43:37.368Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:43:37.372Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:43:37.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:43:37.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:44:07.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:44:07.389Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:44:07.397Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:44:07.398Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:44:07.398Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:44:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:44:13.743Z||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. 2023-01-10T04:44:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:44:14.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:44:14.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325665915, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "cds", "timestamp": 1673325674676, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-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=? 2023-01-10T04:44:14.286Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 2023-01-10T04:44:14.286Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325674485, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325674531, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325673793, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "NOTIFIED" } 2023-01-10T04:44:14.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325675491, "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=? 2023-01-10T04:44:14.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 2023-01-10T04:44:14.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325675669, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-10T04:44:14.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325676773, "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=? 2023-01-10T04:44:14.339Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 2023-01-10T04:44:14.339Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "multicloud-k8s-id", "timestamp": 1673325677780, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-10T04:44:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325673711, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325682291, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325689467, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325690605, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325689623, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325691685, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "aai-ml", "timestamp": 1673325690629, "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=? 2023-01-10T04:44:14.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 2023-01-10T04:44:14.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOTIFIED" } 2023-01-10T04:44:14.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325693217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-10T04:44:14.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325694222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325695228, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325696236, "artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325688449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325685481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325698349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325698365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325699461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325700542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325700876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "ves-openapi-manager", "timestamp": 1673325693679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325701567, "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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.421Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 2023-01-10T04:44:14.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325695737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673325701880, "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=? 2023-01-10T04:44:14.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 2023-01-10T04:44:14.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "multicloud-k8s-id", "timestamp": 1673325702571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325703518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325695915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:44:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:44:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "cds", "timestamp": 1673325704525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-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=? 2023-01-10T04:44:14.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 2023-01-10T04:44:14.465Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:14.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325703662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:44:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325710913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:44:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:44:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:44:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "aai-ml", "timestamp": 1673325711917, "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=? 2023-01-10T04:44:14.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 2023-01-10T04:44:14.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?) 2023-01-10T04:44:37.400Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:44:37.416Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T04:44:37.438Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T04:45:07.439Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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=? 2023-01-10T04:45:07.459Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 and serviceModelVersionId: 0a818d1d-3bd6-4af6-b069-1347379be2ee 2023-01-10T04:45:07.459Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e164ee36-7984-45d4-a42d-ce3c41de158e 2023-01-10T04:45:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:45:13.743Z||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. 2023-01-10T04:45:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:23.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:28.576Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0 2023-01-10T04:45:28.718Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T04:45:29.385Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?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]} 2023-01-10T04:45:29.392Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|INFO|500||Invoke 2023-01-10T04:45:29.555Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T04:45:29.747Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|INFO|500||InvokeReturn 2023-01-10T04:45:29.748Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:45:28 GMT], content-length=[0], vertex-id=[368728], x-aai-txid=[0-aai-resources-230110-04:45:28:900-21485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T04:45:29.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-10T04:45:29.757Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T04:45:29.757Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T04:45:29.766Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T04:45:29.767Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T04:45:29.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T04:45:29.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:29.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:29.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325929767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T04:45:29.872Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:29.873Z||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. 2023-01-10T04:45:29.874Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:29.889Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:29.891Z||pool-18-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=? 2023-01-10T04:45:30.794Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:45:30.795Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|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. 2023-01-10T04:45:30.796Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:35.211Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:35.213Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-10T04:45:35.213Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb","serviceName":"basic_onboard_HohAdT","serviceVersion":"1.0","serviceUUID":"373417df-baa2-4d34-be3a-f5f3827a33ea","serviceDescription":"service","serviceInvariantUUID":"f4c95984-5c3f-4fc4-869d-d9b69be1535e","resources":[{"resourceInstanceName":"basic_onboard_HohAdT 0","resourceName":"basic_onboard_HohAdT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d","resourceInvariantUUID":"5f9b23e0-31d1-4806-a299-2c82cb38e7b8","resourceCustomizationUUID":"9cab1a33-3478-4574-802e-c5c361d031cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml","artifactChecksum":"NDFiNWFjMGM0ODc5YzE4OTg1ODIxNjZhNTA3Mzc4MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc6ac7a9-de7e-4f17-9056-b05b4abf1ebc","artifactVersion":"1"},{"artifactName":"basic_onboard_hohadt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json","artifactChecksum":"ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e265a3f6-d9b8-4afb-8a9f-6606909e4013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adc9efd4-7c61-4c0a-9679-6ca659276580","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94faac16-3e09-4772-bcea-0248fd31b119","artifactVersion":"2","generatedFromUUID":"e265a3f6-d9b8-4afb-8a9f-6606909e4013"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHohadt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml","artifactChecksum":"MWRkYThhZjU3NjdhYzY3ZTMzMGZjMTlmMjU3NjA1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d4b314a-cc53-4459-839f-a3ffa681e669","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHohadt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar","artifactChecksum":"N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14ecfcbd-311d-44a4-852c-c28dfbcf14d6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T04:45:35.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:35.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:35.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:35.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:45:35.322Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:45:35.323Z||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. 2023-01-10T04:45:35.323Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:35.335Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:35.336Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:45:36.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:36.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:36.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:36.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOTIFIED" } 2023-01-10T04:45:36.326Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:36.327Z||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. 2023-01-10T04:45:36.327Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:36.338Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:36.338Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:37.227Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:37.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:37.237Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:37.238Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-10T04:45:37.336Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T04:45:37.338Z||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. 2023-01-10T04:45:37.338Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:37.349Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:37.351Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:38.239Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:38.239Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:38.242Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:38.242Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:45:38.343Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:38.346Z||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. 2023-01-10T04:45:38.346Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:38.357Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:38.358Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:39.245Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:39.246Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:39.249Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:39.250Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-10T04:45:39.349Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:45:39.350Z||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. 2023-01-10T04:45:39.351Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:39.365Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:39.366Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:40.250Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:40.251Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:40.254Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:40.254Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:45:40.354Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:40.355Z||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. 2023-01-10T04:45:40.355Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:40.368Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:40.369Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:41.255Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:45:41.256Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:41.259Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:41.259Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:45:41.359Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:41.360Z||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. 2023-01-10T04:45:41.360Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:41.377Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:41.378Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:42.261Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "serviceName": "basic_onboard_HohAdT", "serviceVersion": "1.0", "serviceUUID": "373417df-baa2-4d34-be3a-f5f3827a33ea", "serviceDescription": "service", "serviceInvariantUUID": "f4c95984-5c3f-4fc4-869d-d9b69be1535e", "resources": [ { "resourceInstanceName": "basic_onboard_HohAdT 0", "resourceCustomizationUUID": "9cab1a33-3478-4574-802e-c5c361d031cd", "resourceName": "basic_onboard_HohAdT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d", "resourceInvariantUUID": "5f9b23e0-31d1-4806-a299-2c82cb38e7b8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hohadt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "artifactChecksum": "ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e265a3f6-d9b8-4afb-8a9f-6606909e4013", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "94faac16-3e09-4772-bcea-0248fd31b119", "generatedFromUUID": "e265a3f6-d9b8-4afb-8a9f-6606909e4013" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "94faac16-3e09-4772-bcea-0248fd31b119", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHohadt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "artifactChecksum": "N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14ecfcbd-311d-44a4-852c-c28dfbcf14d6" } ], "workloadContext": "Production" } 2023-01-10T04:45:42.262Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T04:45:42.263Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 373417df-baa2-4d34-be3a-f5f3827a33ea ASDC 2023-01-10T04:45:42.264Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb ServiceName:basic_onboard_HohAdT ServiceVersion:1.0 ServiceUUID:373417df-baa2-4d34-be3a-f5f3827a33ea ServiceInvariantUUID:f4c95984-5c3f-4fc4-869d-d9b69be1535e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHohadt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar ArtifactUUID:14ecfcbd-311d-44a4-852c-c28dfbcf14d6 ArtifactChecksum:N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HohAdT 0 ResourceCustomizationUUID:9cab1a33-3478-4574-802e-c5c361d031cd ResourceInvariantUUID:5f9b23e0-31d1-4806-a299-2c82cb38e7b8 ResourceName:basic_onboard_HohAdT ResourceType:VF ResourceUUID:af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hohadt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json ArtifactUUID:3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651 ArtifactChecksum:ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM= 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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml ArtifactUUID:e265a3f6-d9b8-4afb-8a9f-6606909e4013 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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ArtifactUUID:94faac16-3e09-4772-bcea-0248fd31b119 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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ArtifactUUID:94faac16-3e09-4772-bcea-0248fd31b119 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T04:45:42.266Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 373417df-baa2-4d34-be3a-f5f3827a33ea 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=? 2023-01-10T04:45:42.358Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:45:42.359Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:45:42.359Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:45:42.360Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 14ecfcbd-311d-44a4-852c-c28dfbcf14d6 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:42.360Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:45:42.361Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:42.665Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:45:42.670Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 14ecfcbd-311d-44a4-852c-c28dfbcf14d6 75286 2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar ASDC sendASDCNotification 2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:45:42.672Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:42.675Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:42.675Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325942671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:45:42.780Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-10T04:45:42.781Z||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. 2023-01-10T04:45:42.781Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:42.802Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:42.803Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:43.676Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:45:43.677Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-10T04:45:43.677Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 14ecfcbd-311d-44a4-852c-c28dfbcf14d6, URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar to file: /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:44.026Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1456031022457270740/Definitions/service-BasicOnboardHohadt-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-10T04:45:45.592Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HohAdT 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.596Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.596Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:45:45.599Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.599Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria 2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:45.604Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.604Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria 2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-10T04:45:45.607Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-10T04:45:45.607Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfaf8674-d447-48d2-9fd6-f093ae5a54a4 2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.610Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:45.610Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:45.611Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HohAdT Description:service Model UUID:373417df-baa2-4d34-be3a-f5f3827a33ea Model Version:NULL Model InvariantUuid:f4c95984-5c3f-4fc4-869d-d9b69be1535e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HohAdT Model UUID:ed896f24-962a-45cd-9002-3a3ead40c764 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5f9b23e0-31d1-4806-a299-2c82cb38e7b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9cab1a33-3478-4574-802e-c5c361d031cd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7 ModelName:BasicOnboardHohadt..base_ubuntu18..module-0 ModelUuid:e2fefdd1-6c20-4ed7-aac8-982b73212d9c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cfaf8674-d447-48d2-9fd6-f093ae5a54a4 ModelInvariantUuid:4a925017-a71b-4e60-8a72-fb4d47799ae9 ModelName:basic_onboard_HohAdT-nodes.ubuntu18Cvfc ModelUuid:ebef7d4a-3ddd-4e95-8f70-c52a82f024f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d5ac3ecb-6e59-466c-aa90-e8b1ad0dd4cc ModelInvariantUuid:b20d03eb-e0cb-4b11-ae43-6c7086bc0686 ModelName:BasicOnboardHohadt.compute.nodes.heat.ubuntu18 ModelUuid:0be2b557-0f78-488a-92d4-4ab5fb39c609 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=? 2023-01-10T04:45:45.626Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d 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=? 2023-01-10T04:45:45.631Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||basic_onboard_HohAdT 0 2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d 2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:45:45.633Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 2023-01-10T04:45:45.701Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:45:45.702Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651 798 2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json ASDC sendASDCNotification 2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:45:45.704Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:45.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:45.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325945702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:45:45.808Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-10T04:45:45.809Z||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. 2023-01-10T04:45:45.809Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:45.832Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:45.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:46.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHohadt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2fefdd1-6c20-4ed7-aac8-982b73212d9c", "vfModuleModelCustomizationUUID": "737b09be-5a48-4be6-a053-f00d644b6bbb", "isBase": true, "artifacts": [ "e265a3f6-d9b8-4afb-8a9f-6606909e4013", "94faac16-3e09-4772-bcea-0248fd31b119" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-10T04:45:46.720Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHohadt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2fefdd1-6c20-4ed7-aac8-982b73212d9c VfModuleModelInvariantUUID:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7 VfModuleModelDescription:NULL Artifacts UUID List:{ e265a3f6-d9b8-4afb-8a9f-6606909e4013 , 94faac16-3e09-4772-bcea-0248fd31b119 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHohadt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e2fefdd1-6c20-4ed7-aac8-982b73212d9c", "vfModuleModelCustomizationUUID": "737b09be-5a48-4be6-a053-f00d644b6bbb", "isBase": true, "artifacts": [ "e265a3f6-d9b8-4afb-8a9f-6606909e4013", "94faac16-3e09-4772-bcea-0248fd31b119" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHohadt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e2fefdd1-6c20-4ed7-aac8-982b73212d9c VfModuleModelInvariantUUID:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7 VfModuleModelDescription:NULL Artifacts UUID List:{ e265a3f6-d9b8-4afb-8a9f-6606909e4013 , 94faac16-3e09-4772-bcea-0248fd31b119 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e265a3f6-d9b8-4afb-8a9f-6606909e4013 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml 2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:45:46.727Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml 2023-01-10T04:45:46.902Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:45:46.903Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml e265a3f6-d9b8-4afb-8a9f-6606909e4013 5033 2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml 2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:46.908Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:46.908Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325946904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:45:47.007Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:45:47.008Z||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. 2023-01-10T04:45:47.009Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:47.037Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:47.039Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 94faac16-3e09-4772-bcea-0248fd31b119 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 2023-01-10T04:45:48.032Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-10T04:45:48.032Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 94faac16-3e09-4772-bcea-0248fd31b119 909 2023-01-10T04:45:48.033Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-10T04:45:48.033Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 2023-01-10T04:45:48.037Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:45:48.037Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:48.046Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:48.047Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325948033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:45:48.141Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-10T04:45:48.142Z||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. 2023-01-10T04:45:48.142Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:48.159Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:48.160Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:49.048Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 373417df-baa2-4d34-be3a-f5f3827a33ea 2023-01-10T04:45:49.048Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HohAdT 0 af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d 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=? 2023-01-10T04:45:49.070Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13232426, org.onap.sdc.toscaparser.api.parameters.Input@7363148a, org.onap.sdc.toscaparser.api.parameters.Input@38183bf2, org.onap.sdc.toscaparser.api.parameters.Input@7127dc5f, org.onap.sdc.toscaparser.api.parameters.Input@7bafc449] 2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9cab1a33-3478-4574-802e-c5c361d031cd 2023-01-10T04:45:49.073Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cab1a33-3478-4574-802e-c5c361d031cd matches Tosca VF Customization UUID: 9cab1a33-3478-4574-802e-c5c361d031cd 2023-01-10T04:45:49.073Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9cab1a33-3478-4574-802e-c5c361d031cd 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=? 2023-01-10T04:45:49.075Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.075Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9cab1a33-3478-4574-802e-c5c361d031cd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2637dae7 2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 737b09be-5a48-4be6-a053-f00d644b6bbb 2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 737b09be-5a48-4be6-a053-f00d644b6bbb 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=? 2023-01-10T04:45:49.079Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria 2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfaf8674-d447-48d2-9fd6-f093ae5a54a4 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=? 2023-01-10T04:45:49.085Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.085Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria 2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=9cab1a33-3478-4574-802e-c5c361d031cd 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=? 2023-01-10T04:45:49.089Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.089Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 373417df-baa2-4d34-be3a-f5f3827a33ea: basic_onboard_HohAdT 2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_HohAdT 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 (?, ?, ?, ?, ?) 2023-01-10T04:45:49.231Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HohAdT af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d 1 ASDC deployResourceStructure 2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json ASDC sendASDCNotification 2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:45:49.233Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:49.235Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:49.236Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325949232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:45:49.336Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:49.338Z||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. 2023-01-10T04:45:49.338Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:49.348Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:49.349Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml 2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:45:50.238Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:50.241Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:50.241Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325950237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-10T04:45:50.341Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:50.342Z||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. 2023-01-10T04:45:50.342Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:50.353Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:50.354Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:45:51.242Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:51.245Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:51.246Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325951242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-10T04:45:51.346Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:45:51.347Z||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. 2023-01-10T04:45:51.347Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:51.360Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:51.361Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar ASDC sendASDCNotification 2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:45:52.250Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:45:52.252Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:45:52.252Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325952248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:45:52.352Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:45:52.354Z||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. 2023-01-10T04:45:52.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:45:52.367Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:45:52.368Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:45:53.254Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:45:53.269Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:45:53.275Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T04:45:53.286Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T04:46:13.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:46:13.744Z||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. 2023-01-10T04:46:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:46:14.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:46:14.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325929767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T04:46:14.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:46:14.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "NOTIFIED" } 2023-01-10T04:46:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-10T04:46:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:46:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-10T04:46:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:46:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325930794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:46:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325942671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:46:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325945702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:46:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325946904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:46:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325948033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:46:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325949232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:46:14.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325950237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-10T04:46:14.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325951242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-10T04:46:14.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:46:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325952248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:46:14.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:46:23.286Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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=? 2023-01-10T04:46:23.297Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb and serviceModelVersionId: 373417df-baa2-4d34-be3a-f5f3827a33ea 2023-01-10T04:46:23.298Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4c95984-5c3f-4fc4-869d-d9b69be1535e 2023-01-10T04:46:23.299Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0 2023-01-10T04:46:23.304Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T04:46:23.483Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?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]} 2023-01-10T04:46:23.484Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|INFO|500||Invoke 2023-01-10T04:46:23.542Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T04:46:23.645Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|INFO|500||InvokeReturn 2023-01-10T04:46:23.647Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:46:22 GMT], content-length=[0], vertex-id=[188448], x-aai-txid=[2-aai-resources-230110-04:46:22:892-98795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T04:46:23.647Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-10T04:46:23.648Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T04:46:23.648Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T04:46:23.657Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T04:46:23.657Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T04:46:23.658Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T04:46:23.659Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:46:23.662Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:46:23.662Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325983658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T04:46:23.763Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:46:23.764Z||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. 2023-01-10T04:46:23.765Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:46:23.782Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:46:23.783Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-10T04:46:24.680Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:46:24.681Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:46:24.682Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:46:34.226Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:46:34.227Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:46:34.228Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:46:34.228Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:46:43.770Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:46:43.771Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:46:43.772Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:46:43.772Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:46:53.309Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:46:53.310Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:46:53.311Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:46:53.311Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:47:02.853Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:47:13.710Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:47:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:47:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:47:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:47:13.743Z||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. 2023-01-10T04:47:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:47:14.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:47:14.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:47:14.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673325983658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T04:47:14.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:47:23.282Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:48:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:48:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:48:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:48:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:48:13.744Z||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. 2023-01-10T04:48:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:48:23.287Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:48:23.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:49:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:49:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:49:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:49:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:49:13.743Z||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. 2023-01-10T04:49:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:49:23.295Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:49:23.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:50:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:50:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:50:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:50:13.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:50:13.748Z||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. 2023-01-10T04:50:13.748Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:50:23.283Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:50:23.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:51:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:51:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:51:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:51:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:51:13.743Z||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. 2023-01-10T04:51:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:51:23.265Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:51:23.329Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:52:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:52:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:52:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:52:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:52:13.744Z||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. 2023-01-10T04:52:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:52:23.258Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:52:23.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:53:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:53:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:53:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:53:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:53:13.743Z||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. 2023-01-10T04:53:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:53:23.261Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:53:23.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:54:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:54:13.717Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:54:13.718Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:54:13.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:54:13.745Z||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. 2023-01-10T04:54:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:54:23.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:54:23.293Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:55:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:55:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T04:55:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:55:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:55:13.743Z||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. 2023-01-10T04:55:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:55:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:55:23.293Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:13.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:56:13.713Z||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. 2023-01-10T04:56:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:56:13.744Z||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. 2023-01-10T04:56:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:14.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:14.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"61899836-f709-431c-8741-0162c3f2d600","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad077588-b920-4bd1-a05d-499952e75a8c","serviceDescription":"service","serviceInvariantUUID":"6ff739ef-283d-43d7-bf8b-dd8502ffe00f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b0652c98-6a73-4033-a500-01d663b27212","resourceInvariantUUID":"37b9d9b6-6b53-4930-84f7-313d0d8283e7","resourceCustomizationUUID":"da2d59ea-c895-45de-a3f3-829a20032671","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":"ZmExMDY0NTk0NjlhZTU0Y2U0MjJkYzNlMzhmMGE4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2d293a6-cada-4aa4-92e5-81641be5ddab","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37df8e19-6988-4ef5-a82b-1c5063e98d29","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T04:56:14.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "multicloud-k8s-id", "timestamp": 1673326545480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "cds", "timestamp": 1673326550738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "multicloud-k8s-id", "timestamp": 1673326545480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:56:14.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "cds", "timestamp": 1673326550738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:56:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "cds", "timestamp": 1673326553675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:56:14.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:56:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "cds", "timestamp": 1673326554681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-10T04:56:14.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:56:14.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:56:14.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:56:14.365Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326573711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2023-01-10T04:56:14.409Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600 2023-01-10T04:56:14.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?) 2023-01-10T04:56:14.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "ves-openapi-manager", "timestamp": 1673326553678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "ves-openapi-manager", "timestamp": 1673326553678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326558449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326558449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:56:14.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326561252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:56:14.451Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:56:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326562919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:56:14.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:56:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326563923, "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=? 2023-01-10T04:56:14.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T04:56:14.467Z||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. 2023-01-10T04:56:14.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:14.475Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600 2023-01-10T04:56:14.475Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?) 2023-01-10T04:56:14.495Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:14.496Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:56:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "aai-ml", "timestamp": 1673326565915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:56:14.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "aai-ml", "timestamp": 1673326565915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:56:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T04:56:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:56:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "aai-ml", "timestamp": 1673326568665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:56:14.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:56:15.366Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:56:15.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:56:15.372Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:56:15.372Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326573711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:56:15.473Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:56:15.474Z||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. 2023-01-10T04:56:15.475Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:15.490Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:15.492Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:56:16.375Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ad077588-b920-4bd1-a05d-499952e75a8c", "serviceDescription": "service", "serviceInvariantUUID": "6ff739ef-283d-43d7-bf8b-dd8502ffe00f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "da2d59ea-c895-45de-a3f3-829a20032671", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b0652c98-6a73-4033-a500-01d663b27212", "resourceInvariantUUID": "37b9d9b6-6b53-4930-84f7-313d0d8283e7", "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": "MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37df8e19-6988-4ef5-a82b-1c5063e98d29" } ], "workloadContext": "Production" } 2023-01-10T04:56:16.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T04:56:16.377Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad077588-b920-4bd1-a05d-499952e75a8c ASDC 2023-01-10T04:56:16.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:61899836-f709-431c-8741-0162c3f2d600 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ad077588-b920-4bd1-a05d-499952e75a8c ServiceInvariantUUID:6ff739ef-283d-43d7-bf8b-dd8502ffe00f 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:37df8e19-6988-4ef5-a82b-1c5063e98d29 ArtifactChecksum:MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:da2d59ea-c895-45de-a3f3-829a20032671 ResourceInvariantUUID:37b9d9b6-6b53-4930-84f7-313d0d8283e7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b0652c98-6a73-4033-a500-01d663b27212 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-10T04:56:16.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad077588-b920-4bd1-a05d-499952e75a8c 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=? 2023-01-10T04:56:16.463Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:56:16.464Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37df8e19-6988-4ef5-a82b-1c5063e98d29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-10T04:56:16.466Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-10T04:56:16.679Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-10T04:56:16.683Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37df8e19-6988-4ef5-a82b-1c5063e98d29 57666 2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T04:56:16.685Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:56:16.687Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:56:16.688Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326576684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:56:16.788Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:56:16.789Z||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. 2023-01-10T04:56:16.789Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:16.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:16.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:56:17.689Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T04:56:17.690Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-10T04:56:17.690Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 37df8e19-6988-4ef5-a82b-1c5063e98d29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:17.953Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16302806661323630404/Definitions/service-BasicNetwork-template.yml 2023-01-10T04:56:19.157Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T04:56:19.158Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-10T04:56:19.158Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.159Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ad077588-b920-4bd1-a05d-499952e75a8c Model Version:NULL Model InvariantUuid:6ff739ef-283d-43d7-bf8b-dd8502ffe00f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:37b9d9b6-6b53-4930-84f7-313d0d8283e7 Model UUID:04b9b96c-d3ec-4145-bc38-7c69119b3740 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:da2d59ea-c895-45de-a3f3-829a20032671 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=? 2023-01-10T04:56:19.211Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: b0652c98-6a73-4033-a500-01d663b27212 2023-01-10T04:56:19.211Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||No resources found for Service: ad077588-b920-4bd1-a05d-499952e75a8c 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=? 2023-01-10T04:56:19.239Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| 2023-01-10T04:56:19.240Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-10T04:56:19.241Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ad077588-b920-4bd1-a05d-499952e75a8c 2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ad077588-b920-4bd1-a05d-499952e75a8c 2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T04:56:19.281Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f8dee7, org.onap.sdc.toscaparser.api.parameters.Input@2b11ff95, org.onap.sdc.toscaparser.api.parameters.Input@292075de, org.onap.sdc.toscaparser.api.parameters.Input@6f2ec4a0, org.onap.sdc.toscaparser.api.parameters.Input@60ae3044] 2023-01-10T04:56:19.284Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.286Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.287Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.287Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ad077588-b920-4bd1-a05d-499952e75a8c: Generic NeutronNet 2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-01-10T04:56:19.377Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.377Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.379Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T04:56:19.379Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T04:56:19.380Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-01-10T04:56:19.526Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:56:19.530Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:56:19.530Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326579526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:56:19.633Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T04:56:19.634Z||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. 2023-01-10T04:56:19.634Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:56:19.659Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:56:19.659Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:56:20.531Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:56:20.558Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:56:20.565Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:56:20.566Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:56:20.566Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:56:50.567Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:56:50.580Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:57:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:57:13.745Z||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. 2023-01-10T04:57:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:57:13.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:57:13.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T04:57:13.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "aai-ml", "timestamp": 1673326572659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:57:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:57:20.587Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:57:20.605Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:57:50.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:57:50.631Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:58:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:58:13.745Z||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. 2023-01-10T04:58:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:58:13.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:58:13.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:58:13.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326573711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:58:13.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:58:20.651Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:58:20.670Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:58:20.676Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:58:20.676Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:58:20.678Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:58:50.680Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:58:50.694Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T04:59:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:59:13.744Z||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. 2023-01-10T04:59:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:13.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:13.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "aai-ml", "timestamp": 1673326573664, "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=? 2023-01-10T04:59:13.782Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600 2023-01-10T04:59:13.782Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?) 2023-01-10T04:59:13.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326573711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:59:13.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326576684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326579526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:59:13.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-10T04:59:13.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T04:59:13.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T04:59:13.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326605480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:59:13.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326610737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:59:13.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326616813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326617899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326618542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "cds", "timestamp": 1673326619548, "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 (?, ?, ?, ?, ?) 2023-01-10T04:59:13.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00 2023-01-10T04:59:13.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?) 2023-01-10T04:59:13.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326618967, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326619994, "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=? 2023-01-10T04:59:13.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00 2023-01-10T04:59:13.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?) 2023-01-10T04:59:13.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "multicloud-k8s-id", "timestamp": 1673326620999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "ves-openapi-manager", "timestamp": 1673326613678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326618449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326626230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326628632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326629640, "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=? 2023-01-10T04:59:13.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00 2023-01-10T04:59:13.919Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?) 2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:13.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T04:59:13.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:13.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T04:59:20.700Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T04:59:20.726Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T04:59:20.740Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T04:59:50.740Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 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=? 2023-01-10T04:59:50.752Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61899836-f709-431c-8741-0162c3f2d600 and serviceModelVersionId: ad077588-b920-4bd1-a05d-499952e75a8c 2023-01-10T04:59:50.753Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ff739ef-283d-43d7-bf8b-dd8502ffe00f 2023-01-10T04:59:50.756Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0 2023-01-10T04:59:50.767Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T04:59:50.896Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|INFO|500||Invoke 2023-01-10T04:59:50.897Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61899836-f709-431c-8741-0162c3f2d600], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[578a1ddb-7caa-4124-a700-f83e369e6eb7], X-ECOMP-RequestID=[61899836-f709-431c-8741-0162c3f2d600], X-TransactionId=[], X-ONAP-RequestID=[61899836-f709-431c-8741-0162c3f2d600], Content-Type=[application/merge-patch+json]} 2023-01-10T04:59:50.942Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T04:59:51.035Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?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/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:59:50 GMT], content-length=[0], vertex-id=[196776], x-aai-txid=[1-aai-resources-230110-04:59:50:298-10941], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T04:59:51.036Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T04:59:51.037Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|INFO|500||InvokeReturn 2023-01-10T04:59:51.037Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T04:59:51.038Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T04:59:51.060Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T04:59:51.061Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61899836-f709-431c-8741-0162c3f2d600 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T04:59:51.062Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T04:59:51.062Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:59:51.069Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:59:51.069Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326791061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T04:59:51.172Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T04:59:51.174Z||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. 2023-01-10T04:59:51.174Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:51.198Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:51.200Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=? 2023-01-10T04:59:52.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T04:59:52.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T04:59:52.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:56.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T04:59:56.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dec4279d-198f-4483-b232-38d5941d8b00","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"749d016b-4a34-43ed-9456-1ecd16c9d4a4","serviceDescription":"service","serviceInvariantUUID":"8f11ac90-e78f-4b6a-bdb1-a39885146be6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4af08e7e-da8c-4162-979a-f65b19574e0b","resourceInvariantUUID":"ad2f3423-0788-43a2-a5be-01e9f972e78e","resourceCustomizationUUID":"5de4960a-7b9f-4ff8-b81f-0e963de1fc93","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":"OGIwYTkzNjdkNTM0ZDA3NDI5OTg0MjBkMjRkNmZjMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42ff45e0-aee5-4024-8222-6cf3025bcf6f","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":"NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c74cc64-dce9-4714-a00b-4bbd03eb4748","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":"72b78a33-798a-495f-bcea-8fddbb600ec5","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":"5b5408d6-ccf6-4489-b53c-2a23b26b0f5f","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":"7f53b11b-fe36-4f84-acd5-aa764dd1b569","artifactVersion":"2","generatedFromUUID":"72b78a33-798a-495f-bcea-8fddbb600ec5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY5ZWNmNDk0MjUwYzNmYTE2YWRjYWZiYzFlODJjYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0abaa4d-72a7-46a1-8d04-062c62dba733","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a29d35b7-1bb2-4bcc-afde-26660131f6e5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T04:59:56.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:59:56.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:59:56.618Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:59:56.618Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:56.731Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2023-01-10T04:59:56.733Z||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. 2023-01-10T04:59:56.733Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:56.766Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:56.768Z||pool-40-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:59:57.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:59:57.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:59:57.633Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:59:57.633Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-10T04:59:57.737Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-10T04:59:57.739Z||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. 2023-01-10T04:59:57.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:57.819Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:57.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1} 2023-01-10T04:59:58.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:59:58.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:59:58.640Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:59:58.640Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T04:59:58.740Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T04:59:58.741Z||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. 2023-01-10T04:59:58.742Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:58.758Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:58.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T04:59:59.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T04:59:59.646Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T04:59:59.654Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T04:59:59.656Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T04:59:59.754Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-10T04:59:59.755Z||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. 2023-01-10T04:59:59.755Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T04:59:59.781Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T04:59:59.782Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:00.659Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:00.660Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:00.664Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:00.665Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T05:00:00.767Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:00:00.769Z||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. 2023-01-10T05:00:00.769Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:00.799Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:00.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:01.668Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:01.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:01.673Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:01.673Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:01.774Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:00:01.777Z||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. 2023-01-10T05:00:01.784Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:01.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:01.827Z||pool-45-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:02.676Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:02.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:02.694Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:02.695Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:02.784Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2023-01-10T05:00:02.786Z||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. 2023-01-10T05:00:02.786Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:02.810Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:02.811Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:03.697Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "749d016b-4a34-43ed-9456-1ecd16c9d4a4", "serviceDescription": "service", "serviceInvariantUUID": "8f11ac90-e78f-4b6a-bdb1-a39885146be6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5de4960a-7b9f-4ff8-b81f-0e963de1fc93", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4af08e7e-da8c-4162-979a-f65b19574e0b", "resourceInvariantUUID": "ad2f3423-0788-43a2-a5be-01e9f972e78e", "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": "NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c74cc64-dce9-4714-a00b-4bbd03eb4748", "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": "72b78a33-798a-495f-bcea-8fddbb600ec5", "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": "7f53b11b-fe36-4f84-acd5-aa764dd1b569", "generatedFromUUID": "72b78a33-798a-495f-bcea-8fddbb600ec5" }, "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": "7f53b11b-fe36-4f84-acd5-aa764dd1b569", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a29d35b7-1bb2-4bcc-afde-26660131f6e5" } ], "workloadContext": "Production" } 2023-01-10T05:00:03.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:00:03.697Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 749d016b-4a34-43ed-9456-1ecd16c9d4a4 ASDC 2023-01-10T05:00:03.698Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:dec4279d-198f-4483-b232-38d5941d8b00 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:749d016b-4a34-43ed-9456-1ecd16c9d4a4 ServiceInvariantUUID:8f11ac90-e78f-4b6a-bdb1-a39885146be6 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:a29d35b7-1bb2-4bcc-afde-26660131f6e5 ArtifactChecksum:ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5de4960a-7b9f-4ff8-b81f-0e963de1fc93 ResourceInvariantUUID:ad2f3423-0788-43a2-a5be-01e9f972e78e ResourceName:basic_vm ResourceType:VF ResourceUUID:4af08e7e-da8c-4162-979a-f65b19574e0b 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:2c74cc64-dce9-4714-a00b-4bbd03eb4748 ArtifactChecksum:NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg= 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:72b78a33-798a-495f-bcea-8fddbb600ec5 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:7f53b11b-fe36-4f84-acd5-aa764dd1b569 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:7f53b11b-fe36-4f84-acd5-aa764dd1b569 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T05:00:03.698Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 749d016b-4a34-43ed-9456-1ecd16c9d4a4 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=? 2023-01-10T05:00:03.754Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a29d35b7-1bb2-4bcc-afde-26660131f6e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-10T05:00:03.756Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:00:03.756Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-10T05:00:03.981Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:00:03.987Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a29d35b7-1bb2-4bcc-afde-26660131f6e5 74815 2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:00:03.996Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:04.000Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:04.000Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326803988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:04.101Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:04.102Z||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. 2023-01-10T05:00:04.103Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:04.118Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:04.119Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:05.004Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:00:05.005Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:05.006Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a29d35b7-1bb2-4bcc-afde-26660131f6e5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:05.006Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-10T05:00:05.007Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:05.007Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:05.388Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12580753004288868853/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-10T05:00:07.276Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:00:07.280Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.280Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:00:07.282Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.282Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.284Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.284Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T05:00:07.287Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.287Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:07.291Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.291Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-10T05:00:07.291Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-10T05:00:07.291Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:00:07.292Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9988bb34-1645-48c2-91f1-fe8bffa708f9 2023-01-10T05:00:07.292Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.293Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.293Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.293Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.294Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.294Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.294Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:07.295Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:07.295Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:749d016b-4a34-43ed-9456-1ecd16c9d4a4 Model Version:NULL Model InvariantUuid:8f11ac90-e78f-4b6a-bdb1-a39885146be6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e3016a25-480c-4c55-8b91-47b47b6a686c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad2f3423-0788-43a2-a5be-01e9f972e78e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5de4960a-7b9f-4ff8-b81f-0e963de1fc93 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:45cc48e3-3a0b-4207-911a-31159f79fe17 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ffaf91c5-575f-4250-be88-8a46351bc558 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9988bb34-1645-48c2-91f1-fe8bffa708f9 ModelInvariantUuid:077fb48c-3fe7-417d-b1ce-db9e0805c676 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8221f17b-be1f-4b57-8a12-531bd39db76b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:598a2508-2e4e-4b65-819d-6b0bd83e5d8f ModelInvariantUuid:a7926fb2-f79f-41d1-a64a-6b13cb180f57 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1f716a8c-0528-4aec-9f11-9a65209eadb1 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=? 2023-01-10T05:00:07.304Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4af08e7e-da8c-4162-979a-f65b19574e0b 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=? 2023-01-10T05:00:07.308Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-01-10T05:00:07.308Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4af08e7e-da8c-4162-979a-f65b19574e0b 2023-01-10T05:00:07.309Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c74cc64-dce9-4714-a00b-4bbd03eb4748 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-10T05:00:07.309Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:00:07.309Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:07.400Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:00:07.401Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2c74cc64-dce9-4714-a00b-4bbd03eb4748 787 2023-01-10T05:00:07.401Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:07.401Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:07.402Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:00:07.402Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:07.406Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:07.407Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326807401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:07.504Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-10T05:00:07.505Z||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. 2023-01-10T05:00:07.505Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:07.524Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:07.525Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:08.410Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "45cc48e3-3a0b-4207-911a-31159f79fe17", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ffaf91c5-575f-4250-be88-8a46351bc558", "vfModuleModelCustomizationUUID": "9d1ab6cb-0195-4ad9-99f6-5d8f98c624ca", "isBase": true, "artifacts": [ "72b78a33-798a-495f-bcea-8fddbb600ec5", "7f53b11b-fe36-4f84-acd5-aa764dd1b569" ], "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": "" } } ] 2023-01-10T05:00:08.420Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ffaf91c5-575f-4250-be88-8a46351bc558 VfModuleModelInvariantUUID:45cc48e3-3a0b-4207-911a-31159f79fe17 VfModuleModelDescription:NULL Artifacts UUID List:{ 72b78a33-798a-495f-bcea-8fddbb600ec5 , 7f53b11b-fe36-4f84-acd5-aa764dd1b569 } 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 } 2023-01-10T05:00:08.423Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "45cc48e3-3a0b-4207-911a-31159f79fe17", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ffaf91c5-575f-4250-be88-8a46351bc558", "vfModuleModelCustomizationUUID": "9d1ab6cb-0195-4ad9-99f6-5d8f98c624ca", "isBase": true, "artifacts": [ "72b78a33-798a-495f-bcea-8fddbb600ec5", "7f53b11b-fe36-4f84-acd5-aa764dd1b569" ], "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": "" } } ] 2023-01-10T05:00:08.424Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ffaf91c5-575f-4250-be88-8a46351bc558 VfModuleModelInvariantUUID:45cc48e3-3a0b-4207-911a-31159f79fe17 VfModuleModelDescription:NULL Artifacts UUID List:{ 72b78a33-798a-495f-bcea-8fddbb600ec5 , 7f53b11b-fe36-4f84-acd5-aa764dd1b569 } 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 } 2023-01-10T05:00:08.424Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72b78a33-798a-495f-bcea-8fddbb600ec5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-10T05:00:08.424Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:00:08.425Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-10T05:00:08.515Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:00:08.516Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 72b78a33-798a-495f-bcea-8fddbb600ec5 5033 2023-01-10T05:00:08.516Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:08.516Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:08.516Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:00:08.517Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:08.519Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:08.520Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326808516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:08.619Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:00:08.620Z||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. 2023-01-10T05:00:08.621Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:08.632Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:08.633Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:09.521Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f53b11b-fe36-4f84-acd5-aa764dd1b569 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-10T05:00:09.522Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:00:09.522Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-10T05:00:09.659Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:00:09.659Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7f53b11b-fe36-4f84-acd5-aa764dd1b569 903 2023-01-10T05:00:09.660Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:09.660Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:09.661Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:00:09.661Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:09.665Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:09.665Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326809660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:09.765Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:09.766Z||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. 2023-01-10T05:00:09.767Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:09.781Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:09.782Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:10.669Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 749d016b-4a34-43ed-9456-1ecd16c9d4a4 2023-01-10T05:00:10.671Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4af08e7e-da8c-4162-979a-f65b19574e0b 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=? 2023-01-10T05:00:10.698Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7972350b, org.onap.sdc.toscaparser.api.parameters.Input@74475499, org.onap.sdc.toscaparser.api.parameters.Input@480edfad, org.onap.sdc.toscaparser.api.parameters.Input@6d2fae06, org.onap.sdc.toscaparser.api.parameters.Input@51d14c5] 2023-01-10T05:00:10.702Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.702Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.702Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-10T05:00:10.703Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5de4960a-7b9f-4ff8-b81f-0e963de1fc93 2023-01-10T05:00:10.703Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5de4960a-7b9f-4ff8-b81f-0e963de1fc93 matches Tosca VF Customization UUID: 5de4960a-7b9f-4ff8-b81f-0e963de1fc93 2023-01-10T05:00:10.703Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5de4960a-7b9f-4ff8-b81f-0e963de1fc93 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=? 2023-01-10T05:00:10.707Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.707Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.708Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5de4960a-7b9f-4ff8-b81f-0e963de1fc93: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-10T05:00:10.709Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65b2e928 2023-01-10T05:00:10.709Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.709Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:00:10.709Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d1ab6cb-0195-4ad9-99f6-5d8f98c624ca 2023-01-10T05:00:10.709Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d1ab6cb-0195-4ad9-99f6-5d8f98c624ca 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=? 2023-01-10T05:00:10.714Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.715Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:10.715Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:10.715Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.716Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:10.716Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:10.717Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.717Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-10T05:00:10.717Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-10T05:00:10.718Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:00:10.718Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9988bb34-1645-48c2-91f1-fe8bffa708f9 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=? 2023-01-10T05:00:10.721Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.722Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:10.722Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:00:10.722Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.722Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-10T05:00:10.722Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5de4960a-7b9f-4ff8-b81f-0e963de1fc93 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=? 2023-01-10T05:00:10.725Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.725Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.725Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 749d016b-4a34-43ed-9456-1ecd16c9d4a4: basic_vm 2023-01-10T05:00:10.725Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.725Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.726Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.726Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.726Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.726Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.726Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.727Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.727Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:10.727Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:10.727Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-01-10T05:00:10.863Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4af08e7e-da8c-4162-979a-f65b19574e0b 1 ASDC deployResourceStructure 2023-01-10T05:00:10.864Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:10.864Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:10.865Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:00:10.866Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:10.868Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:10.869Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326810864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:00:10.973Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-10T05:00:10.974Z||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. 2023-01-10T05:00:10.974Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:11.029Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:11.030Z||pool-51-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:11.870Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:11.871Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:11.871Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:00:11.873Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:11.879Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:11.880Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326811870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:00:11.978Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T05:00:11.979Z||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. 2023-01-10T05:00:11.980Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:11.997Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:11.998Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:12.881Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:12.881Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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 2023-01-10T05:00:12.881Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:00:12.883Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:12.886Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:12.886Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326812880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-10T05:00:12.986Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:12.987Z||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. 2023-01-10T05:00:12.988Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:13.001Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:13.001Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:13.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:00:13.745Z||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. 2023-01-10T05:00:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:13.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:13.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326625915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:13.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326633665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326625738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "multicloud-k8s-id", "timestamp": 1673326625480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326640861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326633678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326643311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "aai-ml", "timestamp": 1673326641866, "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=? 2023-01-10T05:00:13.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00 2023-01-10T05:00:13.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?) 2023-01-10T05:00:13.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326642493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:13.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "cds", "timestamp": 1673326644322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-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 (?, ?, ?, ?, ?) 2023-01-10T05:00:13.887Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ff6f896-4542-471f-9f65-058ace1faf99 2023-01-10T05:00:13.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ff6f896-4542-471f-9f65-058ace1faf99 and ComponentName cds 2023-01-10T05:00:13.889Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:00:13.892Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-10T05:00:13.893Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:00:13.893Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:13.896Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:13.896Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326813889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:00:13.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326643688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:00:13.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "ves-openapi-manager", "timestamp": 1673326644692, "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=? 2023-01-10T05:00:13.923Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3ff6f896-4542-471f-9f65-058ace1faf99 2023-01-10T05:00:13.923Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ff6f896-4542-471f-9f65-058ace1faf99 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 (?, ?, ?, ?, ?) 2023-01-10T05:00:13.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326648449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326657187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326659118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326660121, "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=? 2023-01-10T05:00:13.950Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ff6f896-4542-471f-9f65-058ace1faf99 2023-01-10T05:00:13.950Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ff6f896-4542-471f-9f65-058ace1faf99 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 (?, ?, ?, ?, ?) 2023-01-10T05:00:13.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326655915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:13.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:00:13.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326664701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326669727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:00:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "aai-ml", "timestamp": 1673326670731, "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=? 2023-01-10T05:00:13.996Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:00:13.997Z||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. 2023-01-10T05:00:13.997Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:14.000Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ff6f896-4542-471f-9f65-058ace1faf99 2023-01-10T05:00:14.000Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ff6f896-4542-471f-9f65-058ace1faf99 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 (?, ?, ?, ?, ?) 2023-01-10T05:00:14.011Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:14.012Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:14.897Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dec4279d-198f-4483-b232-38d5941d8b00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:00:14.929Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dec4279d-198f-4483-b232-38d5941d8b00 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:00:14.933Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:00:14.933Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:00:14.933Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:00:14.933Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:14.934Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:00:14.939Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:00:44.940Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dec4279d-198f-4483-b232-38d5941d8b00 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=? 2023-01-10T05:00:44.953Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dec4279d-198f-4483-b232-38d5941d8b00 and serviceModelVersionId: 749d016b-4a34-43ed-9456-1ecd16c9d4a4 2023-01-10T05:00:44.953Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f11ac90-e78f-4b6a-bdb1-a39885146be6 2023-01-10T05:00:44.954Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0 2023-01-10T05:00:44.960Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:00:45.029Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0|INFO|500||Invoke 2023-01-10T05:00:45.030Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dec4279d-198f-4483-b232-38d5941d8b00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[066d5c75-ce2f-4ebb-9372-fe1c842e9552], X-ECOMP-RequestID=[dec4279d-198f-4483-b232-38d5941d8b00], X-TransactionId=[], X-ONAP-RequestID=[dec4279d-198f-4483-b232-38d5941d8b00], Content-Type=[application/merge-patch+json]} 2023-01-10T05:00:45.082Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:00:45.189Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?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/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:00:44 GMT], content-length=[0], vertex-id=[241880], x-aai-txid=[1-aai-resources-230110-05:00:44:427-76710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:00:45.190Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:00:45.191Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f11ac90-e78f-4b6a-bdb1-a39885146be6/model-vers/model-ver/749d016b-4a34-43ed-9456-1ecd16c9d4a4?depth=0|INFO|500||InvokeReturn 2023-01-10T05:00:45.197Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:00:45.198Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:00:45.209Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:00:45.209Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dec4279d-198f-4483-b232-38d5941d8b00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:00:45.210Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:00:45.210Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:45.218Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:45.219Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326845210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:00:45.318Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:00:45.320Z||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. 2023-01-10T05:00:45.320Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:45.348Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:45.349Z||pool-55-thread-1|||||INFO|500||cambria reply ok (30 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=? 2023-01-10T05:00:46.258Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:00:46.260Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ff6f896-4542-471f-9f65-058ace1faf99","serviceName":"Demo_pNF_tXAn4jay5r9E4uEM5S8Q","serviceVersion":"1.0","serviceUUID":"86fb0474-866f-4259-ace5-6cac88c48b96","serviceDescription":"catalog service description","serviceInvariantUUID":"3241851f-70b4-4360-b930-d383fc0fcfdf","resources":[{"resourceInstanceName":"pNF bc831966-5acb 0","resourceName":"pNF bc831966-5acb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69918d8a-b334-4254-9ebd-ed9a9086a59c","resourceInvariantUUID":"69c0c0a7-c3c3-46ca-99d2-e71f3a582933","resourceCustomizationUUID":"56e43f0f-0394-43cc-b37b-0fa1a73d418c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml","artifactChecksum":"YWQ5OTQ0NzczNjFlZjJiMWUzYzQ3YjhhNmEwY2FlOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cd6a84b-7d8f-4088-a399-fc5ebcdd813c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar","artifactChecksum":"MjY5OGE4NGQxMjhhNWU5YWRjYTFiOTU4ZWI5ZGE4ZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59d27486-ab47-40fa-a9b5-281dc8eb87ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0e59ad7-8913-4225-b3a7-d4be48adb9bd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml","artifactChecksum":"NDMwNGQ5MzhjNDM2ZTZiYzJlZGIwMWY0MzM4NjE0MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63a659fb-e1bb-4230-b65b-2327414f6045","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"447d2eb0-578b-45eb-8c5b-aca5547efbaa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f94df3a-daca-41f0-9625-6d002e7ec740","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml","artifactChecksum":"M2RkMDY2YzdiMDI4Yzc1NTc4ZWJhZGJkOWU5ZDQ4M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be7bc083-f425-4853-90af-7824182dd43f","artifactVersion":"1"},{"artifactName":"service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar","artifactChecksum":"ZjQ1ZGY0MTIxYjA3MjBmOGZlNTUzODNhZDViOTUyOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad07312c-fcfd-4582-aa49-9bd6630e0d23","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:00:46.261Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:46.262Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:46.268Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:46.270Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:46.365Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-10T05:00:46.367Z||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. 2023-01-10T05:00:46.367Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:46.383Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:46.384Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:47.276Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:47.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:47.293Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:47.293Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:47.397Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:00:47.398Z||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. 2023-01-10T05:00:47.400Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:47.441Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:47.442Z||pool-57-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:48.296Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:48.297Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:48.312Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:48.313Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:48.413Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:48.414Z||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. 2023-01-10T05:00:48.415Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:48.432Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:48.432Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:49.314Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:49.316Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:49.319Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:49.320Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:49.420Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:49.422Z||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. 2023-01-10T05:00:49.422Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:49.437Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:49.437Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:50.321Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:50.322Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:50.324Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:50.325Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:50.425Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:50.426Z||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. 2023-01-10T05:00:50.426Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:50.439Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:50.440Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:51.326Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:51.327Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:51.329Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:51.330Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:51.429Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:00:51.431Z||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. 2023-01-10T05:00:51.431Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:51.444Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:51.445Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:52.330Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:52.331Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:52.333Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:52.333Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:00:52.433Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:52.434Z||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. 2023-01-10T05:00:52.434Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:52.447Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:52.447Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:53.334Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:00:53.335Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:53.337Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:53.338Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:00:53.438Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:53.439Z||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. 2023-01-10T05:00:53.439Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:53.464Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:53.465Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:00:54.339Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "serviceName": "Demo_pNF_tXAn4jay5r9E4uEM5S8Q", "serviceVersion": "1.0", "serviceUUID": "86fb0474-866f-4259-ace5-6cac88c48b96", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3241851f-70b4-4360-b930-d383fc0fcfdf", "resources": [ { "resourceInstanceName": "pNF bc831966-5acb 0", "resourceCustomizationUUID": "56e43f0f-0394-43cc-b37b-0fa1a73d418c", "resourceName": "pNF bc831966-5acb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "69918d8a-b334-4254-9ebd-ed9a9086a59c", "resourceInvariantUUID": "69c0c0a7-c3c3-46ca-99d2-e71f3a582933", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "artifactChecksum": "ZjQ1ZGY0MTIxYjA3MjBmOGZlNTUzODNhZDViOTUyOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad07312c-fcfd-4582-aa49-9bd6630e0d23" } ], "workloadContext": "Production" } 2023-01-10T05:00:54.340Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:00:54.340Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86fb0474-866f-4259-ace5-6cac88c48b96 ASDC 2023-01-10T05:00:54.340Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3ff6f896-4542-471f-9f65-058ace1faf99 ServiceName:Demo_pNF_tXAn4jay5r9E4uEM5S8Q ServiceVersion:1.0 ServiceUUID:86fb0474-866f-4259-ace5-6cac88c48b96 ServiceInvariantUUID:3241851f-70b4-4360-b930-d383fc0fcfdf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar ArtifactUUID:ad07312c-fcfd-4582-aa49-9bd6630e0d23 ArtifactChecksum:ZjQ1ZGY0MTIxYjA3MjBmOGZlNTUzODNhZDViOTUyOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bc831966-5acb 0 ResourceCustomizationUUID:56e43f0f-0394-43cc-b37b-0fa1a73d418c ResourceInvariantUUID:69c0c0a7-c3c3-46ca-99d2-e71f3a582933 ResourceName:pNF bc831966-5acb ResourceType:PNF ResourceUUID:69918d8a-b334-4254-9ebd-ed9a9086a59c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-10T05:00:54.341Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86fb0474-866f-4259-ace5-6cac88c48b96 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=? 2023-01-10T05:00:54.400Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:00:54.401Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:54.401Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:54.402Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad07312c-fcfd-4582-aa49-9bd6630e0d23 from URL: /sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:54.402Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:00:54.403Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:54.612Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:00:54.619Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar ad07312c-fcfd-4582-aa49-9bd6630e0d23 87786 2023-01-10T05:00:54.620Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar ASDC sendASDCNotification 2023-01-10T05:00:54.620Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:54.621Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:00:54.621Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:54.623Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:54.624Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326854620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:00:54.723Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:00:54.725Z||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. 2023-01-10T05:00:54.726Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:54.739Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:54.755Z||pool-64-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:55.632Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:00:55.637Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:00:55.638Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ad07312c-fcfd-4582-aa49-9bd6630e0d23, URL: /sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar to file: /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:55.639Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:55.639Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:55.640Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:55.863Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15845083860690318473/Definitions/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml 2023-01-10T05:00:57.086Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bc831966-5acb 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-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.087Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:00:57.088Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Node template pNF bc831966-5acb 0 is matching search criteria 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bc831966-5acb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.089Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Node template pNF bc831966-5acb 0 is matching search criteria 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bc831966-5acb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.090Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.091Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tXAn4jay5r9E4uEM5S8Q Description:catalog service description Model UUID:86fb0474-866f-4259-ace5-6cac88c48b96 Model Version:NULL Model InvariantUuid:3241851f-70b4-4360-b930-d383fc0fcfdf 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=? 2023-01-10T05:00:57.102Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69918d8a-b334-4254-9ebd-ed9a9086a59c 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=? 2023-01-10T05:00:57.106Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||pNF bc831966-5acb 0 2023-01-10T05:00:57.106Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 69918d8a-b334-4254-9ebd-ed9a9086a59c 2023-01-10T05:00:57.107Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 86fb0474-866f-4259-ace5-6cac88c48b96 2023-01-10T05:00:57.107Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 86fb0474-866f-4259-ace5-6cac88c48b96 2023-01-10T05:00:57.107Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bc831966-5acb 0 69918d8a-b334-4254-9ebd-ed9a9086a59c 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=? 2023-01-10T05:00:57.116Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6816409, org.onap.sdc.toscaparser.api.parameters.Input@5f56ef36, org.onap.sdc.toscaparser.api.parameters.Input@1f39d32c, org.onap.sdc.toscaparser.api.parameters.Input@58ebba51, org.onap.sdc.toscaparser.api.parameters.Input@55472c69] 2023-01-10T05:00:57.117Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.117Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.118Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 86fb0474-866f-4259-ace5-6cac88c48b96: pNF bc831966-5acb 2023-01-10T05:00:57.118Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Processing PNF resource: 69918d8a-b334-4254-9ebd-ed9a9086a59c 2023-01-10T05:00:57.118Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:00:57.119Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXAn4jay5r9E4uEM5S8Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:00:57.119Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||Resource customization UUID: 56e43f0f-0394-43cc-b37b-0fa1a73d418c is the same as notified resource customizationUUID: 56e43f0f-0394-43cc-b37b-0fa1a73d418c 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 (?, ?) 2023-01-10T05:00:57.194Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bc831966-5acb 69918d8a-b334-4254-9ebd-ed9a9086a59c 0 ASDC deployResourceStructure 2023-01-10T05:00:57.194Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar ASDC sendASDCNotification 2023-01-10T05:00:57.194Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar 2023-01-10T05:00:57.194Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:00:57.195Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:00:57.197Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:00:57.197Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326857194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:00:57.297Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:00:57.299Z||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. 2023-01-10T05:00:57.299Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:00:57.333Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:00:57.334Z||pool-65-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:00:58.198Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ff6f896-4542-471f-9f65-058ace1faf99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:00:58.214Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ff6f896-4542-471f-9f65-058ace1faf99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:00:58.218Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:00:58.219Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:00:58.219Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:00:58.219Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:00:58.219Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:58.219Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:58.220Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:58.220Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:58.220Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:00:58.220Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:00:58.227Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:01:13.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:01:13.746Z||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. 2023-01-10T05:01:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:13.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:13.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-10T05:01:13.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-10T05:01:13.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326715915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:01:13.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326715737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:01:13.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "ves-openapi-manager", "timestamp": 1673326713678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326728597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326730147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "cds", "timestamp": 1673326731153, "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 (?, ?, ?, ?, ?) 2023-01-10T05:01:13.865Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 2023-01-10T05:01:13.865Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 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 (?, ?, ?, ?, ?) 2023-01-10T05:01:13.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-10T05:01:13.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326725480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326735335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326736425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326735572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:01:13.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "aai-ml", "timestamp": 1673326736575, "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=? 2023-01-10T05:01:13.937Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 2023-01-10T05:01:13.938Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 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 (?, ?, ?, ?, ?) 2023-01-10T05:01:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326737539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326738654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326739720, "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=? 2023-01-10T05:01:13.992Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 2023-01-10T05:01:13.993Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 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 (?, ?, ?, ?, ?) 2023-01-10T05:01:14.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "multicloud-k8s-id", "timestamp": 1673326740724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:14.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326738449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:01:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326748198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326750520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:01:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:01:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673326751524, "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=? 2023-01-10T05:01:14.049Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 2023-01-10T05:01:14.050Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 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 (?, ?, ?, ?, ?) 2023-01-10T05:01:28.227Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ff6f896-4542-471f-9f65-058ace1faf99 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=? 2023-01-10T05:01:28.234Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ff6f896-4542-471f-9f65-058ace1faf99 and serviceModelVersionId: 86fb0474-866f-4259-ace5-6cac88c48b96 2023-01-10T05:01:28.234Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3241851f-70b4-4360-b930-d383fc0fcfdf 2023-01-10T05:01:28.235Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0 2023-01-10T05:01:28.239Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:01:28.307Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0|INFO|500||Invoke 2023-01-10T05:01:28.308Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ff6f896-4542-471f-9f65-058ace1faf99], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b46629b8-b550-418b-8ed8-0d481fb03964], X-ECOMP-RequestID=[3ff6f896-4542-471f-9f65-058ace1faf99], X-TransactionId=[], X-ONAP-RequestID=[3ff6f896-4542-471f-9f65-058ace1faf99], Content-Type=[application/merge-patch+json]} 2023-01-10T05:01:28.351Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:01:28.440Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?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/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:01:27 GMT], content-length=[0], vertex-id=[217288], x-aai-txid=[1-aai-resources-230110-05:01:27:694-71206], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:01:28.441Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:01:28.442Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3241851f-70b4-4360-b930-d383fc0fcfdf/model-vers/model-ver/86fb0474-866f-4259-ace5-6cac88c48b96?depth=0|INFO|500||InvokeReturn 2023-01-10T05:01:28.442Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:01:28.443Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:01:28.451Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:01:28.452Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ff6f896-4542-471f-9f65-058ace1faf99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:01:28.453Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:01:28.453Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:28.456Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:28.456Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326888452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:01:28.558Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:01:28.559Z||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. 2023-01-10T05:01:28.559Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:28.575Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:28.576Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 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=? 2023-01-10T05:01:29.479Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:01:29.479Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"05326e7a-04d3-4db2-862b-aa7cbd53e603","serviceDescription":"service","serviceInvariantUUID":"dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b950079b-62ab-4601-be4f-4c2af395a7e3","resourceInvariantUUID":"aa9b02af-40e3-47aa-8b45-d49c0948aa61","resourceCustomizationUUID":"11a99616-d087-451f-8892-905849d7d973","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":"MTg0N2E1NDM4YjM1NTcwMWYyODk3NmIzNTI2ZDc3MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61d62690-f0ec-4411-9f84-d0622e63c621","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":"d9013664-715a-41b8-a957-2499c5e4c90a","artifactVersion":"2","generatedFromUUID":"50c9bf54-ac70-4436-91a5-1bfe038c35b7"},{"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":"50c9bf54-ac70-4436-91a5-1bfe038c35b7","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":"Njg0ODEyYmNkNmQ2MDlhZWU0ZjhmMDEwNTMwMDA4ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78ca0653-03ae-4522-b840-fb10995886f5","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":"63230e0b-905e-4b8a-ab35-aa0c60aed7a4","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":"6bcefd62-8514-4ca3-be03-6055dbc59b4a","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":"db1e87b5-f61e-494f-88da-130196a3abe8","artifactVersion":"2","generatedFromUUID":"63230e0b-905e-4b8a-ab35-aa0c60aed7a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTEwYzkzZTJlNDM3YzA4YzhiYzE3NzFmMzAwYTA4ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8d2d8ba-caae-47b4-8ee6-a13e92c25d92","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGNlM2RjN2QzMzUwYjMzMzEyOThmMDVkYTU2ODk4N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b492466-f791-4772-9387-dad1f2d8f7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:01:29.480Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:29.481Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:29.484Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:29.484Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:29.585Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:29.586Z||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. 2023-01-10T05:01:29.586Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:29.604Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:29.605Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:30.487Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:30.488Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:30.492Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:30.492Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-10T05:01:30.592Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:30.593Z||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. 2023-01-10T05:01:30.594Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:30.607Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:30.608Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:31.496Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:31.497Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:31.500Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:31.500Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-10T05:01:31.600Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:31.601Z||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. 2023-01-10T05:01:31.601Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:31.625Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:31.626Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:32.503Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:32.504Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:32.506Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:32.506Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:01:32.606Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:01:32.607Z||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. 2023-01-10T05:01:32.608Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:32.620Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:32.621Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:33.508Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:33.509Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:33.515Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:33.516Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-10T05:01:33.613Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-10T05:01:33.614Z||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. 2023-01-10T05:01:33.614Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:33.630Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:33.631Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:34.520Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:34.521Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:34.530Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:34.530Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:34.630Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:34.631Z||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. 2023-01-10T05:01:34.632Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:34.648Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:34.650Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:01:35.531Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:35.533Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:35.540Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:35.540Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-10T05:01:35.640Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:35.641Z||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. 2023-01-10T05:01:35.641Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:35.653Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:35.654Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:36.541Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:36.541Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:36.546Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:36.547Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:01:36.650Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:01:36.652Z||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. 2023-01-10T05:01:36.653Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:36.697Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:36.698Z||pool-74-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:01:37.549Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:01:37.549Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:37.593Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:37.594Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:01:37.652Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 58 ms 2023-01-10T05:01:37.653Z||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. 2023-01-10T05:01:37.653Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:37.665Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:37.666Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:01:38.601Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "05326e7a-04d3-4db2-862b-aa7cbd53e603", "serviceDescription": "service", "serviceInvariantUUID": "dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "11a99616-d087-451f-8892-905849d7d973", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b950079b-62ab-4601-be4f-4c2af395a7e3", "resourceInvariantUUID": "aa9b02af-40e3-47aa-8b45-d49c0948aa61", "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": "d9013664-715a-41b8-a957-2499c5e4c90a", "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": "50c9bf54-ac70-4436-91a5-1bfe038c35b7", "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": "Njg0ODEyYmNkNmQ2MDlhZWU0ZjhmMDEwNTMwMDA4ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78ca0653-03ae-4522-b840-fb10995886f5", "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": "63230e0b-905e-4b8a-ab35-aa0c60aed7a4", "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": "db1e87b5-f61e-494f-88da-130196a3abe8", "generatedFromUUID": "63230e0b-905e-4b8a-ab35-aa0c60aed7a4" }, "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": "db1e87b5-f61e-494f-88da-130196a3abe8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGNlM2RjN2QzMzUwYjMzMzEyOThmMDVkYTU2ODk4N2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b492466-f791-4772-9387-dad1f2d8f7c9" } ], "workloadContext": "Production" } 2023-01-10T05:01:38.602Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:01:38.602Z|3ff6f896-4542-471f-9f65-058ace1faf99|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 05326e7a-04d3-4db2-862b-aa7cbd53e603 ASDC 2023-01-10T05:01:38.603Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:05326e7a-04d3-4db2-862b-aa7cbd53e603 ServiceInvariantUUID:dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8 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:0b492466-f791-4772-9387-dad1f2d8f7c9 ArtifactChecksum:NGNlM2RjN2QzMzUwYjMzMzEyOThmMDVkYTU2ODk4N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:11a99616-d087-451f-8892-905849d7d973 ResourceInvariantUUID:aa9b02af-40e3-47aa-8b45-d49c0948aa61 ResourceName:basic_cnf ResourceType:VF ResourceUUID:b950079b-62ab-4601-be4f-4c2af395a7e3 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:d9013664-715a-41b8-a957-2499c5e4c90a 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:50c9bf54-ac70-4436-91a5-1bfe038c35b7 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:78ca0653-03ae-4522-b840-fb10995886f5 ArtifactChecksum:Njg0ODEyYmNkNmQ2MDlhZWU0ZjhmMDEwNTMwMDA4ODE= 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:63230e0b-905e-4b8a-ab35-aa0c60aed7a4 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:db1e87b5-f61e-494f-88da-130196a3abe8 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:db1e87b5-f61e-494f-88da-130196a3abe8 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T05:01:38.603Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05326e7a-04d3-4db2-862b-aa7cbd53e603 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=? 2023-01-10T05:01:38.641Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:01:38.642Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:01:38.643Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:01:38.643Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0b492466-f791-4772-9387-dad1f2d8f7c9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-10T05:01:38.643Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:38.644Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-10T05:01:38.743Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:38.747Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0b492466-f791-4772-9387-dad1f2d8f7c9 73669 2023-01-10T05:01:38.747Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-10T05:01:38.748Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-10T05:01:38.748Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:38.748Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:38.751Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:38.751Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326898747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:38.852Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:01:38.854Z||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. 2023-01-10T05:01:38.854Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:38.872Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:38.873Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:39.752Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:01:39.753Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:01:39.754Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0b492466-f791-4772-9387-dad1f2d8f7c9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:39.754Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-10T05:01:39.755Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:39.755Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:39.920Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3449185759713336126/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-10T05:01:42.123Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:01:42.124Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:01:42.125Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.126Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.126Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:42.126Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:01:42.126Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:01:42.126Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.127Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.128Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.128Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-10T05:01:42.128Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-10T05:01:42.129Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-10T05:01:42.129Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T05:01:42.129Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.130Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:01:42.130Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.130Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:42.130Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:42.130Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.131Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:42.131Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:42.131Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.131Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:42.131Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:42.132Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.151Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-10T05:01:42.151Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-10T05:01:42.151Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5f00fba4-7450-4b87-b2d6-5cfb51bfed17 2023-01-10T05:01:42.152Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.152Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.152Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.153Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.153Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.153Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.153Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:42.154Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:42.154Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:05326e7a-04d3-4db2-862b-aa7cbd53e603 Model Version:NULL Model InvariantUuid:dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a1494a6d-8bee-4dc4-a3a9-8e1fbfac410e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:aa9b02af-40e3-47aa-8b45-d49c0948aa61 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:11a99616-d087-451f-8892-905849d7d973 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb836729-6b87-41af-9c11-1cbf1e60c66b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:33ba8d6b-24de-4ba6-9770-263380b3ecab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f00fba4-7450-4b87-b2d6-5cfb51bfed17 ModelInvariantUuid:288e4bbd-832b-416e-92bf-898981f252d9 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9493bd53-d268-4e2b-9126-c97069c57406 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d9e46011-e692-4bb1-acb5-52a9cb69414a ModelInvariantUuid:93ce13f3-2c8f-451a-8b44-4b1ff1a74388 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2fe0b9d9-e6ba-48a0-b692-886a905829a1 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=? 2023-01-10T05:01:42.213Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b950079b-62ab-4601-be4f-4c2af395a7e3 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=? 2023-01-10T05:01:42.219Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-01-10T05:01:42.220Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b950079b-62ab-4601-be4f-4c2af395a7e3 2023-01-10T05:01:42.220Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d9013664-715a-41b8-a957-2499c5e4c90a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-10T05:01:42.220Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:42.220Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:42.717Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:42.718Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d9013664-715a-41b8-a957-2499c5e4c90a 12 2023-01-10T05:01:42.718Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:42.728Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:42.729Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:42.729Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:42.752Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:42.753Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326902718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:42.832Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms 2023-01-10T05:01:42.833Z||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. 2023-01-10T05:01:42.833Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:42.869Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:42.869Z||pool-77-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:01:43.754Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 50c9bf54-ac70-4436-91a5-1bfe038c35b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-10T05:01:43.755Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:43.755Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:43.822Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:43.823Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 50c9bf54-ac70-4436-91a5-1bfe038c35b7 2688 2023-01-10T05:01:43.823Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:43.823Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:43.823Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:43.824Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:43.826Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:43.826Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326903823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:43.926Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:43.928Z||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. 2023-01-10T05:01:43.928Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:43.955Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:43.955Z||pool-78-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:44.828Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 78ca0653-03ae-4522-b840-fb10995886f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-10T05:01:44.828Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:44.829Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:44.894Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:44.894Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 78ca0653-03ae-4522-b840-fb10995886f5 828 2023-01-10T05:01:44.895Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:44.895Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:44.895Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:44.895Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:44.897Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:44.898Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326904895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:44.998Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:45.000Z||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. 2023-01-10T05:01:45.000Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:45.021Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:45.021Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:45.906Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb836729-6b87-41af-9c11-1cbf1e60c66b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33ba8d6b-24de-4ba6-9770-263380b3ecab", "vfModuleModelCustomizationUUID": "eee3bd6f-2a57-4b2a-bccf-7108ee3c78dd", "isBase": true, "artifacts": [ "50c9bf54-ac70-4436-91a5-1bfe038c35b7", "63230e0b-905e-4b8a-ab35-aa0c60aed7a4", "db1e87b5-f61e-494f-88da-130196a3abe8" ], "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": "" } } ] 2023-01-10T05:01:45.914Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:33ba8d6b-24de-4ba6-9770-263380b3ecab VfModuleModelInvariantUUID:cb836729-6b87-41af-9c11-1cbf1e60c66b VfModuleModelDescription:NULL Artifacts UUID List:{ 50c9bf54-ac70-4436-91a5-1bfe038c35b7 , 63230e0b-905e-4b8a-ab35-aa0c60aed7a4 , db1e87b5-f61e-494f-88da-130196a3abe8 } 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 } 2023-01-10T05:01:45.919Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb836729-6b87-41af-9c11-1cbf1e60c66b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33ba8d6b-24de-4ba6-9770-263380b3ecab", "vfModuleModelCustomizationUUID": "eee3bd6f-2a57-4b2a-bccf-7108ee3c78dd", "isBase": true, "artifacts": [ "50c9bf54-ac70-4436-91a5-1bfe038c35b7", "63230e0b-905e-4b8a-ab35-aa0c60aed7a4", "db1e87b5-f61e-494f-88da-130196a3abe8" ], "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": "" } } ] 2023-01-10T05:01:45.919Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:33ba8d6b-24de-4ba6-9770-263380b3ecab VfModuleModelInvariantUUID:cb836729-6b87-41af-9c11-1cbf1e60c66b VfModuleModelDescription:NULL Artifacts UUID List:{ 50c9bf54-ac70-4436-91a5-1bfe038c35b7 , 63230e0b-905e-4b8a-ab35-aa0c60aed7a4 , db1e87b5-f61e-494f-88da-130196a3abe8 } 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 } 2023-01-10T05:01:45.919Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63230e0b-905e-4b8a-ab35-aa0c60aed7a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-10T05:01:45.919Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:45.919Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-10T05:01:46.067Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:46.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 63230e0b-905e-4b8a-ab35-aa0c60aed7a4 1164 2023-01-10T05:01:46.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:46.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:46.069Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:46.069Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:46.072Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:46.072Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326906068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:46.173Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:01:46.174Z||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. 2023-01-10T05:01:46.174Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:46.187Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:46.188Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:47.073Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db1e87b5-f61e-494f-88da-130196a3abe8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-10T05:01:47.074Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:01:47.074Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-10T05:01:47.229Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:01:47.229Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env db1e87b5-f61e-494f-88da-130196a3abe8 200 2023-01-10T05:01:47.229Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:47.229Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:47.229Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:01:47.230Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:47.232Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:47.232Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326907229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:01:47.332Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:47.334Z||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. 2023-01-10T05:01:47.334Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:47.348Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:47.350Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:48.233Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 05326e7a-04d3-4db2-862b-aa7cbd53e603 2023-01-10T05:01:48.234Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b950079b-62ab-4601-be4f-4c2af395a7e3 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=? 2023-01-10T05:01:48.855Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 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=? 2023-01-10T05:01:48.878Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a6aed25, org.onap.sdc.toscaparser.api.parameters.Input@41fbd0db, org.onap.sdc.toscaparser.api.parameters.Input@4b3106a7, org.onap.sdc.toscaparser.api.parameters.Input@3d9e4583, org.onap.sdc.toscaparser.api.parameters.Input@a084d0] 2023-01-10T05:01:48.880Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.881Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.881Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-10T05:01:48.881Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 11a99616-d087-451f-8892-905849d7d973 2023-01-10T05:01:48.881Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11a99616-d087-451f-8892-905849d7d973 matches Tosca VF Customization UUID: 11a99616-d087-451f-8892-905849d7d973 2023-01-10T05:01:48.881Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 11a99616-d087-451f-8892-905849d7d973 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=? 2023-01-10T05:01:48.884Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.885Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.886Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 11a99616-d087-451f-8892-905849d7d973: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-10T05:01:48.886Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13f82c38 2023-01-10T05:01:48.886Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.886Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:01:48.887Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eee3bd6f-2a57-4b2a-bccf-7108ee3c78dd 2023-01-10T05:01:48.887Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eee3bd6f-2a57-4b2a-bccf-7108ee3c78dd 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=? 2023-01-10T05:01:48.890Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.891Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:48.891Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:48.891Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.891Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:48.892Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:48.892Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.892Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-10T05:01:48.892Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-10T05:01:48.892Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5f00fba4-7450-4b87-b2d6-5cfb51bfed17 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=? 2023-01-10T05:01:48.901Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.901Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:48.901Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:01:48.902Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.902Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-10T05:01:48.902Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=11a99616-d087-451f-8892-905849d7d973 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=? 2023-01-10T05:01:48.906Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.907Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.907Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 05326e7a-04d3-4db2-862b-aa7cbd53e603: basic_cnf 2023-01-10T05:01:48.907Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.907Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.907Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.908Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.908Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:01:48.909Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-01-10T05:01:49.062Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b950079b-62ab-4601-be4f-4c2af395a7e3 1 ASDC deployResourceStructure 2023-01-10T05:01:49.063Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:49.063Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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) 2023-01-10T05:01:49.063Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-10T05:01:49.063Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:49.066Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:49.066Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326909062, "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" } 2023-01-10T05:01:49.180Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms 2023-01-10T05:01:49.181Z||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. 2023-01-10T05:01:49.181Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:49.205Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:49.208Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:50.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:50.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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) 2023-01-10T05:01:50.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-10T05:01:50.068Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:50.071Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:50.071Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326910067, "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" } 2023-01-10T05:01:50.171Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:01:50.173Z||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. 2023-01-10T05:01:50.174Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:50.187Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:50.188Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:51.073Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:51.073Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:51.073Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:01:51.073Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:51.075Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:51.075Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326911073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:01:51.177Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:01:51.178Z||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. 2023-01-10T05:01:51.178Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:51.194Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:51.195Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:01:52.084Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:52.085Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:52.085Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:01:52.085Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:52.092Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:52.093Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326912080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:01:52.188Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-10T05:01:52.189Z||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. 2023-01-10T05:01:52.189Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:52.208Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:52.209Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:53.096Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:53.097Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||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 2023-01-10T05:01:53.097Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:01:53.097Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:53.106Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:53.106Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326913096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-10T05:01:53.200Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-10T05:01:53.201Z||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. 2023-01-10T05:01:53.201Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:53.215Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:53.215Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:54.107Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-10T05:01:54.107Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-10T05:01:54.108Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:01:54.108Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:01:54.116Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:01:54.116Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326914107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:01:54.215Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T05:01:54.216Z||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. 2023-01-10T05:01:54.216Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:01:54.228Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:01:54.229Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:01:55.117Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:01:55.141Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:01:55.148Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:01:55.149Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:01:55.161Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:02:13.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:02:13.754Z||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. 2023-01-10T05:02:13.755Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:02:13.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:02:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61899836-f709-431c-8741-0162c3f2d600", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326791061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:02:13.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:02:13.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:02:13.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T05:02:13.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:02:13.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T05:02:13.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:02:13.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:02:13.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:02:13.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326803988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:02:13.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326807401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:02:13.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326808516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:02:13.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326809660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:02:13.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326810864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:02:13.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326811870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:02:13.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:02:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326812880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-10T05:02:13.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:02:25.162Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 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=? 2023-01-10T05:02:25.180Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 and serviceModelVersionId: 05326e7a-04d3-4db2-862b-aa7cbd53e603 2023-01-10T05:02:25.180Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8 2023-01-10T05:02:25.182Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0 2023-01-10T05:02:25.189Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:02:25.244Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0|INFO|500||Invoke 2023-01-10T05:02:25.245Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[554c7702-92d8-46ba-991e-a4ed54763e41], X-ECOMP-RequestID=[0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7], X-TransactionId=[], X-ONAP-RequestID=[0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7], Content-Type=[application/merge-patch+json]} 2023-01-10T05:02:25.278Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:02:25.370Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?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/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:02:24 GMT], content-length=[0], vertex-id=[446552], x-aai-txid=[0-aai-resources-230110-05:02:24:621-34547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:02:25.370Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:02:25.371Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcc8b2db-e87a-4c04-8154-ea5e2b10e2d8/model-vers/model-ver/05326e7a-04d3-4db2-862b-aa7cbd53e603?depth=0|INFO|500||InvokeReturn 2023-01-10T05:02:25.372Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:02:25.372Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:02:25.380Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:02:25.381Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:02:25.381Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:02:25.382Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:02:25.385Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:02:25.385Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326945381, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:02:25.485Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:02:25.487Z||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. 2023-01-10T05:02:25.487Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:02:25.499Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:02:25.500Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-10T05:02:26.407Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:02:26.408Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:02:26.408Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:02:36.705Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:02:36.706Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:02:36.707Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:02:36.710Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:02:46.268Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:02:46.271Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:02:46.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:02:46.272Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:02:55.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:02:55.815Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:02:55.816Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:02:55.817Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:03:05.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:03:05.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:03:05.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:03:05.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:03:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:03:13.744Z||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. 2023-01-10T05:03:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:03:13.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:03:13.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326813889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:03:13.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:03:13.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dec4279d-198f-4483-b232-38d5941d8b00", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326845210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/resourceInstances/pnfbc8319665acb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:03:13.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326854620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326857194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxan4jay5r9e4uem5s8q/1.0/artifacts/service-DemoPnfTxan4jay5r9e4uem5s8q-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:03:13.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:03:14.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:03:14.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:03:14.939Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:03:14.939Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:03:24.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:04:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:04:13.714Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:04:13.714Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:04:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:04:13.743Z||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. 2023-01-10T05:04:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:04:13.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:04:13.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ff6f896-4542-471f-9f65-058ace1faf99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326888452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:04:13.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:04:13.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-10T05:04:13.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-10T05:04:13.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326792105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326898747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326902718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326903823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326904895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326906068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326907229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326909062, "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" } 2023-01-10T05:04:13.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326910067, "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" } 2023-01-10T05:04:13.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326911073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:04:13.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326912080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326913096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326914107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:04:13.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:04:23.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:05:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:05:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:05:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:05:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:05:13.743Z||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. 2023-01-10T05:05:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:05:14.264Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:05:14.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:05:14.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673326945381, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:05:14.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:05:23.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:06:13.710Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:06:13.711Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:06:13.711Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:06:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:06:13.743Z||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. 2023-01-10T05:06:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:06:23.266Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:06:23.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:07:13.710Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:07:13.711Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:07:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:07:13.742Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:07:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:07:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:07:23.267Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:07:23.315Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:08:13.710Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:08:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:08:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:08:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:08:13.744Z||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. 2023-01-10T05:08:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:08:23.261Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:08:23.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:09:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:09:13.714Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:09:13.714Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:09:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:09:13.744Z||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. 2023-01-10T05:09:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:09:23.255Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:09:23.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:13.711Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:10:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:10:13.712Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:10:13.744Z||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. 2023-01-10T05:10:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:13.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:13.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327393678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327390737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:10:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327403081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327404732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:10:13.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327404107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:13.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "cds", "timestamp": 1673327405741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-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 (?, ?, ?, ?, ?) 2023-01-10T05:10:14.032Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ad97017-75dc-44b2-a176-4e17956e018f 2023-01-10T05:10:14.033Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ad97017-75dc-44b2-a176-4e17956e018f 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 (?, ?, ?, ?, ?) 2023-01-10T05:10:14.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "ves-openapi-manager", "timestamp": 1673327405109, "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=? 2023-01-10T05:10:14.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ad97017-75dc-44b2-a176-4e17956e018f 2023-01-10T05:10:14.066Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ad97017-75dc-44b2-a176-4e17956e018f 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 (?, ?, ?, ?, ?) 2023-01-10T05:10:14.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327398451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:10:14.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327407249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:10:14.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:10:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327409294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:10:14.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:10:14.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673327410299, "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=? 2023-01-10T05:10:14.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ad97017-75dc-44b2-a176-4e17956e018f 2023-01-10T05:10:14.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ad97017-75dc-44b2-a176-4e17956e018f 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 (?, ?, ?, ?, ?) 2023-01-10T05:10:14.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:10:14.342Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:14.343Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:10:14.343Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ad97017-75dc-44b2-a176-4e17956e018f","serviceName":"Demo_pNF_v87IL94mHt0CDUkVtb1B","serviceVersion":"1.0","serviceUUID":"93913966-0c58-4a52-bde0-e8cb22a2a79e","serviceDescription":"catalog service description","serviceInvariantUUID":"972ce222-9db4-4eab-9d11-eda3305eca7a","resources":[{"resourceInstanceName":"pNF 4ed46f75-4e24 0","resourceName":"pNF 4ed46f75-4e24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a8418558-7756-4f06-b9d8-5121999ad307","resourceInvariantUUID":"63a3562c-c874-46ea-8245-244279fc78a3","resourceCustomizationUUID":"81008daa-eedd-4145-b128-ffea35aad7c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml","artifactChecksum":"ZWIxMTYzMWVlMzQ4YTQ1NGE4ZDJjZjlkOTFlMjMwNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c343f8be-7fe9-4a4f-9149-02050a33d208","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar","artifactChecksum":"MjY5OGE4NGQxMjhhNWU5YWRjYTFiOTU4ZWI5ZGE4ZGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d9efef3-5cc8-4b1c-bd37-4a1f53ca2c0c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb69c884-692e-4f87-a501-60d84fbf6730","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml","artifactChecksum":"ZDViYmI2YTQ0MGZkYmE4ZDlhYWY5NDk3OTFhMjA5OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c8694ef-f22f-4bd4-9f3c-1c49b9074ade","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1918b7f-1d92-4991-b837-2e293c974d78","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19533e20-b7ce-450b-b34a-f09a78fa419a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV87il94mht0cdukvtb1b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml","artifactChecksum":"NmExZWM3MjU0NGJmMGIzZmZlNzM0NTQ4Yjg5Y2UyMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ee5c588-3a58-409c-b92b-7f6fa30b9cd5","artifactVersion":"1"},{"artifactName":"service-DemoPnfV87il94mht0cdukvtb1b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar","artifactChecksum":"MjkyMGIwYmYwZTU5YzFhNWRkZGU3MDEzMTllYmY3OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69a432f6-db6e-4abb-acd0-21abc83793c5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:10:14.347Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:14.347Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:14.352Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:14.352Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:14.453Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:10:14.454Z||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. 2023-01-10T05:10:14.454Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:14.466Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:14.467Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:15.356Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:15.358Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:15.362Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:15.362Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:15.462Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:10:15.463Z||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. 2023-01-10T05:10:15.464Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:15.475Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:15.476Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:16.363Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:16.364Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:16.371Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:16.372Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:16.472Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:10:16.473Z||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. 2023-01-10T05:10:16.473Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:16.507Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:16.508Z||pool-91-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:17.378Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:17.378Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:17.392Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:17.392Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:17.493Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:10:17.494Z||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. 2023-01-10T05:10:17.494Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:17.507Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:17.508Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:18.394Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:18.395Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:18.404Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:18.404Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:18.501Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-10T05:10:18.503Z||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. 2023-01-10T05:10:18.503Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:18.519Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:18.520Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:19.405Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:19.406Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:19.409Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:19.409Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:19.509Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:10:19.509Z||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. 2023-01-10T05:10:19.510Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:19.536Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:19.537Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:20.412Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:20.415Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:20.420Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:20.424Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:10:20.519Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-10T05:10:20.520Z||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. 2023-01-10T05:10:20.520Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:20.535Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:20.536Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:21.426Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:10:21.427Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:21.431Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:21.431Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:10:21.531Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-10T05:10:21.533Z||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. 2023-01-10T05:10:21.533Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:21.568Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:21.569Z||pool-96-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:22.437Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "serviceName": "Demo_pNF_v87IL94mHt0CDUkVtb1B", "serviceVersion": "1.0", "serviceUUID": "93913966-0c58-4a52-bde0-e8cb22a2a79e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "972ce222-9db4-4eab-9d11-eda3305eca7a", "resources": [ { "resourceInstanceName": "pNF 4ed46f75-4e24 0", "resourceCustomizationUUID": "81008daa-eedd-4145-b128-ffea35aad7c3", "resourceName": "pNF 4ed46f75-4e24", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a8418558-7756-4f06-b9d8-5121999ad307", "resourceInvariantUUID": "63a3562c-c874-46ea-8245-244279fc78a3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "artifactChecksum": "MjkyMGIwYmYwZTU5YzFhNWRkZGU3MDEzMTllYmY3OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69a432f6-db6e-4abb-acd0-21abc83793c5" } ], "workloadContext": "Production" } 2023-01-10T05:10:22.438Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:10:22.438Z|0ecdc2c6-427e-4e7d-8e4c-5cfb2d98e0b7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 93913966-0c58-4a52-bde0-e8cb22a2a79e ASDC 2023-01-10T05:10:22.439Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1ad97017-75dc-44b2-a176-4e17956e018f ServiceName:Demo_pNF_v87IL94mHt0CDUkVtb1B ServiceVersion:1.0 ServiceUUID:93913966-0c58-4a52-bde0-e8cb22a2a79e ServiceInvariantUUID:972ce222-9db4-4eab-9d11-eda3305eca7a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfV87il94mht0cdukvtb1b-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar ArtifactUUID:69a432f6-db6e-4abb-acd0-21abc83793c5 ArtifactChecksum:MjkyMGIwYmYwZTU5YzFhNWRkZGU3MDEzMTllYmY3OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4ed46f75-4e24 0 ResourceCustomizationUUID:81008daa-eedd-4145-b128-ffea35aad7c3 ResourceInvariantUUID:63a3562c-c874-46ea-8245-244279fc78a3 ResourceName:pNF 4ed46f75-4e24 ResourceType:PNF ResourceUUID:a8418558-7756-4f06-b9d8-5121999ad307 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-10T05:10:22.439Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93913966-0c58-4a52-bde0-e8cb22a2a79e 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=? 2023-01-10T05:10:22.486Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:10:22.488Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:10:22.488Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:10:22.488Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69a432f6-db6e-4abb-acd0-21abc83793c5 from URL: /sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:22.489Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-10T05:10:22.490Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:22.591Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-10T05:10:22.597Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 69a432f6-db6e-4abb-acd0-21abc83793c5 87778 2023-01-10T05:10:22.597Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar ASDC sendASDCNotification 2023-01-10T05:10:22.597Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:22.598Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:10:22.598Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:22.601Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:22.601Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327422597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:10:22.704Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:10:22.706Z||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. 2023-01-10T05:10:22.707Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:22.720Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:22.721Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:23.608Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:10:23.616Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-10T05:10:23.617Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69a432f6-db6e-4abb-acd0-21abc83793c5, URL: /sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar to file: /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:23.617Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:23.618Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:23.618Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:23.863Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3211997922635968266/Definitions/service-DemoPnfV87il94mht0cdukvtb1b-template.yml 2023-01-10T05:10:25.273Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:10:25.274Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:10:25.274Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.274Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T05:10:25.275Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.275Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.275Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.276Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.276Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.276Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4ed46f75-4e24 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-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.277Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.277Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-10T05:10:25.277Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.278Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.278Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Node template pNF 4ed46f75-4e24 0 is matching search criteria 2023-01-10T05:10:25.279Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:10:25.279Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4ed46f75-4e24 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:10:25.280Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.280Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.280Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Node template pNF 4ed46f75-4e24 0 is matching search criteria 2023-01-10T05:10:25.281Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-10T05:10:25.281Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4ed46f75-4e24 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:10:25.281Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.282Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.282Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.282Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.283Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.283Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.283Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.284Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.284Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.285Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.285Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_v87IL94mHt0CDUkVtb1B Description:catalog service description Model UUID:93913966-0c58-4a52-bde0-e8cb22a2a79e Model Version:NULL Model InvariantUuid:972ce222-9db4-4eab-9d11-eda3305eca7a 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=? 2023-01-10T05:10:25.297Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a8418558-7756-4f06-b9d8-5121999ad307 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=? 2023-01-10T05:10:25.303Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||pNF 4ed46f75-4e24 0 2023-01-10T05:10:25.304Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a8418558-7756-4f06-b9d8-5121999ad307 2023-01-10T05:10:25.304Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 93913966-0c58-4a52-bde0-e8cb22a2a79e 2023-01-10T05:10:25.305Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 93913966-0c58-4a52-bde0-e8cb22a2a79e 2023-01-10T05:10:25.305Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4ed46f75-4e24 0 a8418558-7756-4f06-b9d8-5121999ad307 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=? 2023-01-10T05:10:25.312Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5646e0, org.onap.sdc.toscaparser.api.parameters.Input@446c78b, org.onap.sdc.toscaparser.api.parameters.Input@22f02e12, org.onap.sdc.toscaparser.api.parameters.Input@4ac220d3, org.onap.sdc.toscaparser.api.parameters.Input@234a0e2d] 2023-01-10T05:10:25.313Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.314Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.314Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 93913966-0c58-4a52-bde0-e8cb22a2a79e: pNF 4ed46f75-4e24 2023-01-10T05:10:25.314Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Processing PNF resource: a8418558-7756-4f06-b9d8-5121999ad307 2023-01-10T05:10:25.315Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:10:25.315Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_v87IL94mHt0CDUkVtb1B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:10:25.316Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 81008daa-eedd-4145-b128-ffea35aad7c3 is the same as notified resource customizationUUID: 81008daa-eedd-4145-b128-ffea35aad7c3 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 (?, ?) 2023-01-10T05:10:25.372Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4ed46f75-4e24 a8418558-7756-4f06-b9d8-5121999ad307 0 ASDC deployResourceStructure 2023-01-10T05:10:25.373Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar ASDC sendASDCNotification 2023-01-10T05:10:25.374Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar 2023-01-10T05:10:25.374Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:10:25.375Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:10:25.378Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:10:25.379Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327425373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:10:25.478Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:10:25.479Z||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. 2023-01-10T05:10:25.480Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:10:25.497Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:10:25.499Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:10:26.380Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:10:26.398Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:10:26.402Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:10:26.403Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:10:26.403Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:10:56.404Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:10:56.437Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:10:56.456Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:10:56.456Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:10:56.457Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:11:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:11:13.756Z||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. 2023-01-10T05:11:13.757Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:11:13.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:11:13.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:11:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "multicloud-k8s-id", "timestamp": 1673327405480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:11:13.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:11:26.457Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:11:26.488Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:11:26.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:11:26.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:11:26.496Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:11:56.496Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:11:56.534Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:11:56.540Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:11:56.541Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:11:56.541Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:12:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:12:13.743Z||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. 2023-01-10T05:12:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:12:13.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:12:13.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:12:13.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:12:13.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:12:26.544Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:12:26.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:12:26.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:12:26.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:12:26.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:12:56.580Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:12:56.616Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:12:56.626Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:12:56.626Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:12:56.626Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:13:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:13:13.743Z||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. 2023-01-10T05:13:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:13:14.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:13:14.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327405915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327414737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:13:14.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:13:14.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/resourceInstances/pnf4ed46f754e240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:13:14.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327413711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:13:14.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-10T05:13:14.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327419924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:13:14.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:13:14.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "aai-ml", "timestamp": 1673327420928, "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=? 2023-01-10T05:13:14.306Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ad97017-75dc-44b2-a176-4e17956e018f 2023-01-10T05:13:14.307Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ad97017-75dc-44b2-a176-4e17956e018f 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 (?, ?, ?, ?, ?) 2023-01-10T05:13:14.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327422597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:13:14.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:13:14.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-10T05:13:14.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327425373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV87il94mht0cdukvtb1b/1.0/artifacts/service-DemoPnfV87il94mht0cdukvtb1b-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:13:14.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:13:26.628Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:13:26.650Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:13:26.655Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:13:26.655Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:13:26.656Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:13:26.656Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:13:26.656Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:13:26.657Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:13:26.657Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:13:26.657Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:13:26.657Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:13:26.657Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:13:26.666Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:13:56.667Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ad97017-75dc-44b2-a176-4e17956e018f 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=? 2023-01-10T05:13:56.675Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ad97017-75dc-44b2-a176-4e17956e018f and serviceModelVersionId: 93913966-0c58-4a52-bde0-e8cb22a2a79e 2023-01-10T05:13:56.675Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 972ce222-9db4-4eab-9d11-eda3305eca7a 2023-01-10T05:13:56.678Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0 2023-01-10T05:13:56.709Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:13:56.811Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0|INFO|500||Invoke 2023-01-10T05:13:56.813Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ad97017-75dc-44b2-a176-4e17956e018f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a18ab5ff-9c66-41df-b14e-a63b768c8714], X-ECOMP-RequestID=[1ad97017-75dc-44b2-a176-4e17956e018f], X-TransactionId=[], X-ONAP-RequestID=[1ad97017-75dc-44b2-a176-4e17956e018f], Content-Type=[application/merge-patch+json]} 2023-01-10T05:13:56.848Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:13:56.976Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?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/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:13:56 GMT], content-length=[0], vertex-id=[184568], x-aai-txid=[0-aai-resources-230110-05:13:56:190-69786], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:13:56.978Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:13:56.979Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972ce222-9db4-4eab-9d11-eda3305eca7a/model-vers/model-ver/93913966-0c58-4a52-bde0-e8cb22a2a79e?depth=0|INFO|500||InvokeReturn 2023-01-10T05:13:56.979Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:13:56.979Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:13:56.994Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:13:56.995Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ad97017-75dc-44b2-a176-4e17956e018f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:13:56.996Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:13:56.997Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:13:57.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:13:57.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327636996, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:13:57.108Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:13:57.110Z||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. 2023-01-10T05:13:57.110Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:13:57.139Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:13:57.140Z||pool-99-thread-1|||||INFO|500||cambria reply ok (31 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=? 2023-01-10T05:13:58.026Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:13:58.027Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:13:58.027Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:14:08.320Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:14:08.321Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:14:08.322Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:14:08.326Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:14:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:14:13.745Z||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. 2023-01-10T05:14:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:14:14.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:14:14.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-10T05:14:14.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ad97017-75dc-44b2-a176-4e17956e018f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673327636996, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:14:14.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:14:17.864Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:14:17.864Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:14:17.865Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:14:17.865Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:14:27.410Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:14:27.411Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:14:27.412Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:14:27.412Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:14:36.954Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:15:13.710Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:15:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:15:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:15:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:15:13.743Z||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. 2023-01-10T05:15:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:15:23.272Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:15:23.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:16:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:16:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:16:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:16:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:16:13.744Z||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. 2023-01-10T05:16:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:16:23.262Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:16:23.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:17:13.710Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:17:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:17:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:17:13.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:17:13.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:17:13.746Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:17:23.266Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:17:23.316Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:18:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:18:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:18:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:18:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:18:13.744Z||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. 2023-01-10T05:18:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:18:23.258Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:18:23.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:19:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:19:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:19:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:19:13.744Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:19:13.745Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:19:13.745Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:19:23.259Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:19:23.295Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:20:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:20:13.715Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:20:13.715Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:20:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:20:13.743Z||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. 2023-01-10T05:20:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:20:23.271Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:20:23.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:13.711Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:21:13.712Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:21:13.712Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:13.744Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:21:13.745Z||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. 2023-01-10T05:21:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:13.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:13.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328050737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:21:13.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "ves-openapi-manager", "timestamp": 1673328053678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328064783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:13.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328058449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:21:13.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:13.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:13.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:13.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "cds", "timestamp": 1673328067138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:21:14.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of deacc35f-f20b-4380-8bdc-050664b4c406 2023-01-10T05:21:14.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId deacc35f-f20b-4380-8bdc-050664b4c406 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 (?, ?, ?, ?, ?) 2023-01-10T05:21:14.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:21:14.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328067256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T05:21:14.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328069586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:21:14.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:21:14.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T05:21:14.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328070590, "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=? 2023-01-10T05:21:14.036Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of deacc35f-f20b-4380-8bdc-050664b4c406 2023-01-10T05:21:14.037Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId deacc35f-f20b-4380-8bdc-050664b4c406 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 (?, ?, ?, ?, ?) 2023-01-10T05:21:14.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:21:14.336Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:14.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-10T05:21:14.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"deacc35f-f20b-4380-8bdc-050664b4c406","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bf4d3a11-645c-4850-aaff-cd5ee320f3ad","serviceDescription":"service","serviceInvariantUUID":"5a3b43f1-f1bf-474f-935b-a03ef254bbbf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6095d7b4-0dfb-4a47-bc02-33acc810c409","resourceInvariantUUID":"da774375-b685-49ed-9295-38a4f1280b64","resourceCustomizationUUID":"8e710d43-eeea-4602-be81-95da19a5700f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODg5MWFkZTBmMjMxN2Y3ODY2OWU1NjQ5MzhmNzU2ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"751fce1c-ef95-49de-90fa-d1b5cd458fb0","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NWExOTMzYjVmNGJmMjVlZmYyNjI2ODQ3NTMzOTM1YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1aab7d7-9de0-4ec5-b451-7a5a0c2df87f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fa8c921-228b-4d6b-836d-6b40478f1976","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1f8ec0f-9ae0-443e-968c-2c3d66b80211","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba22f4f5-eca8-44a6-abea-0d11f4cedeab","artifactVersion":"2","generatedFromUUID":"7fa8c921-228b-4d6b-836d-6b40478f1976"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZTFhNDEyM2MyMzgxNjA2ZWU1MGU5NjUyYzc3MjY0ZmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b6d0c6fd-6089-4ac5-bc5f-320f05b2e138","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YjUwZGZiOTYwMDM5OWY0ZjJkNWZlZTBiY2M1ZTBjNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b6e405d-938c-4259-906e-98217b4c5d89","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzJiZmJmZWMxZDExM2M3ZTczMWFjMGMxNWU0ZTljNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d639c82b-02f1-4921-87e0-c2af9166e838","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:21:14.342Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:14.342Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:14.347Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:14.347Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:14.449Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:21:14.450Z||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. 2023-01-10T05:21:14.450Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:14.481Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:14.481Z||pool-100-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:15.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:15.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:15.351Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:15.351Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:21:15.453Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:21:15.454Z||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. 2023-01-10T05:21:15.454Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:15.466Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:15.467Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:16.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:16.358Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:16.381Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:16.381Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T05:21:16.483Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:21:16.484Z||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. 2023-01-10T05:21:16.484Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:16.504Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:16.506Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:17.382Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:17.382Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:17.385Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:17.385Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:17.486Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:21:17.487Z||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. 2023-01-10T05:21:17.487Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:17.524Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:17.525Z||pool-103-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:18.386Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:18.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:18.397Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:18.398Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T05:21:18.499Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:21:18.500Z||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. 2023-01-10T05:21:18.500Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:18.540Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:18.546Z||pool-104-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:19.398Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:19.399Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:19.403Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:19.403Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:19.504Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:21:19.506Z||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. 2023-01-10T05:21:19.506Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:19.535Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:19.536Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:21:20.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:20.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:20.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:20.407Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:21:20.512Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-10T05:21:20.513Z||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. 2023-01-10T05:21:20.514Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:20.551Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:20.551Z||pool-106-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:21:21.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:21:21.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:21.414Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:21.415Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:21:21.518Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:21:21.520Z||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. 2023-01-10T05:21:21.521Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:21.533Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:21.534Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:22.422Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bf4d3a11-645c-4850-aaff-cd5ee320f3ad", "serviceDescription": "service", "serviceInvariantUUID": "5a3b43f1-f1bf-474f-935b-a03ef254bbbf", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8e710d43-eeea-4602-be81-95da19a5700f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6095d7b4-0dfb-4a47-bc02-33acc810c409", "resourceInvariantUUID": "da774375-b685-49ed-9295-38a4f1280b64", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NWExOTMzYjVmNGJmMjVlZmYyNjI2ODQ3NTMzOTM1YzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1aab7d7-9de0-4ec5-b451-7a5a0c2df87f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7fa8c921-228b-4d6b-836d-6b40478f1976", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba22f4f5-eca8-44a6-abea-0d11f4cedeab", "generatedFromUUID": "7fa8c921-228b-4d6b-836d-6b40478f1976" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ba22f4f5-eca8-44a6-abea-0d11f4cedeab", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzJiZmJmZWMxZDExM2M3ZTczMWFjMGMxNWU0ZTljNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d639c82b-02f1-4921-87e0-c2af9166e838" } ], "workloadContext": "Production" } 2023-01-10T05:21:22.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:21:22.422Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf4d3a11-645c-4850-aaff-cd5ee320f3ad ASDC 2023-01-10T05:21:22.432Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:deacc35f-f20b-4380-8bdc-050664b4c406 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bf4d3a11-645c-4850-aaff-cd5ee320f3ad ServiceInvariantUUID:5a3b43f1-f1bf-474f-935b-a03ef254bbbf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:d639c82b-02f1-4921-87e0-c2af9166e838 ArtifactChecksum:YzJiZmJmZWMxZDExM2M3ZTczMWFjMGMxNWU0ZTljNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8e710d43-eeea-4602-be81-95da19a5700f ResourceInvariantUUID:da774375-b685-49ed-9295-38a4f1280b64 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6095d7b4-0dfb-4a47-bc02-33acc810c409 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:e1aab7d7-9de0-4ec5-b451-7a5a0c2df87f ArtifactChecksum:NWExOTMzYjVmNGJmMjVlZmYyNjI2ODQ3NTMzOTM1YzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:7fa8c921-228b-4d6b-836d-6b40478f1976 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:ba22f4f5-eca8-44a6-abea-0d11f4cedeab ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:ba22f4f5-eca8-44a6-abea-0d11f4cedeab ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T05:21:22.433Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf4d3a11-645c-4850-aaff-cd5ee320f3ad 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=? 2023-01-10T05:21:22.554Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:21:22.556Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:21:22.556Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:21:22.556Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d639c82b-02f1-4921-87e0-c2af9166e838 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-10T05:21:22.556Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:21:22.557Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-10T05:21:22.676Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:21:22.685Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d639c82b-02f1-4921-87e0-c2af9166e838 82610 2023-01-10T05:21:22.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:21:22.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-10T05:21:22.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:21:22.689Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:22.695Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:22.695Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328082688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:22.796Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:21:22.797Z||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. 2023-01-10T05:21:22.797Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:22.824Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:22.825Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:23.696Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:21:23.698Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:21:23.699Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d639c82b-02f1-4921-87e0-c2af9166e838, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:23.700Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-10T05:21:23.700Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:23.701Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:23.993Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12799155443670174879/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-10T05:21:25.677Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:21:25.678Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:21:25.678Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.678Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T05:21:25.679Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.679Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.679Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.679Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.679Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.680Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.681Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-10T05:21:25.681Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:21:25.682Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.682Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.682Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:25.683Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:21:25.683Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:21:25.683Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.683Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.684Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:25.684Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:21:25.684Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:21:25.684Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.684Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.685Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.685Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-10T05:21:25.685Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-10T05:21:25.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-10T05:21:25.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-10T05:21:25.688Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:21:25.689Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T05:21:25.690Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.690Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:21:25.690Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.691Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:25.691Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:25.692Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.692Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:25.693Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:25.693Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.694Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:25.694Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:25.695Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.695Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-10T05:21:25.696Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-10T05:21:25.696Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:21:25.696Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25d231db-351d-456c-abcb-a1c07ae43380 2023-01-10T05:21:25.697Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.697Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.697Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.697Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.698Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.698Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.699Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:25.699Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:25.700Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bf4d3a11-645c-4850-aaff-cd5ee320f3ad Model Version:NULL Model InvariantUuid:5a3b43f1-f1bf-474f-935b-a03ef254bbbf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:28730aec-c784-485e-bbef-85e76951304c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:da774375-b685-49ed-9295-38a4f1280b64 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e710d43-eeea-4602-be81-95da19a5700f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4e2141c2-0cd2-4dc4-945c-4d40d597a658 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a67056a4-9363-4b66-a839-d5412965d887 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25d231db-351d-456c-abcb-a1c07ae43380 ModelInvariantUuid:6d574d85-b698-45a1-92d3-0fff5f9bc69f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:bb581963-30e4-4dec-83a1-6cb8f17c8988 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8cd01c8b-b68c-4da7-a0be-6ce749754f3a ModelInvariantUuid:42c7ce00-dd69-4af5-bd36-d17c58ff3e93 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ba89128a-3c6c-4556-84b2-ffe2654c479b 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=? 2023-01-10T05:21:25.709Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6095d7b4-0dfb-4a47-bc02-33acc810c409 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=? 2023-01-10T05:21:25.714Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-01-10T05:21:25.714Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6095d7b4-0dfb-4a47-bc02-33acc810c409 2023-01-10T05:21:25.715Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1aab7d7-9de0-4ec5-b451-7a5a0c2df87f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-10T05:21:25.715Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:21:25.715Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-10T05:21:25.817Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:21:25.818Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e1aab7d7-9de0-4ec5-b451-7a5a0c2df87f 792 2023-01-10T05:21:25.818Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-10T05:21:25.818Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-10T05:21:25.819Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:21:25.819Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:25.827Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:25.828Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328085818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:25.927Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:21:25.928Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:25.928Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:25.949Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:25.950Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:26.828Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4e2141c2-0cd2-4dc4-945c-4d40d597a658", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a67056a4-9363-4b66-a839-d5412965d887", "vfModuleModelCustomizationUUID": "e347f245-de65-474d-bd83-d385cd2cd460", "isBase": true, "artifacts": [ "7fa8c921-228b-4d6b-836d-6b40478f1976", "ba22f4f5-eca8-44a6-abea-0d11f4cedeab" ], "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": "" } } ] 2023-01-10T05:21:26.843Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a67056a4-9363-4b66-a839-d5412965d887 VfModuleModelInvariantUUID:4e2141c2-0cd2-4dc4-945c-4d40d597a658 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fa8c921-228b-4d6b-836d-6b40478f1976 , ba22f4f5-eca8-44a6-abea-0d11f4cedeab } 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 } 2023-01-10T05:21:26.851Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4e2141c2-0cd2-4dc4-945c-4d40d597a658", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a67056a4-9363-4b66-a839-d5412965d887", "vfModuleModelCustomizationUUID": "e347f245-de65-474d-bd83-d385cd2cd460", "isBase": true, "artifacts": [ "7fa8c921-228b-4d6b-836d-6b40478f1976", "ba22f4f5-eca8-44a6-abea-0d11f4cedeab" ], "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": "" } } ] 2023-01-10T05:21:26.851Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a67056a4-9363-4b66-a839-d5412965d887 VfModuleModelInvariantUUID:4e2141c2-0cd2-4dc4-945c-4d40d597a658 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fa8c921-228b-4d6b-836d-6b40478f1976 , ba22f4f5-eca8-44a6-abea-0d11f4cedeab } 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 } 2023-01-10T05:21:26.851Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7fa8c921-228b-4d6b-836d-6b40478f1976 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-10T05:21:26.851Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:21:26.852Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-10T05:21:26.930Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:21:26.931Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7fa8c921-228b-4d6b-836d-6b40478f1976 5033 2023-01-10T05:21:26.931Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-10T05:21:26.931Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-10T05:21:26.932Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:21:26.932Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:26.934Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:26.935Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328086931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:27.035Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:21:27.036Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:27.036Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:27.050Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:27.050Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:27.936Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba22f4f5-eca8-44a6-abea-0d11f4cedeab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-10T05:21:27.936Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:21:27.937Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-10T05:21:28.006Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:21:28.009Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ba22f4f5-eca8-44a6-abea-0d11f4cedeab 903 2023-01-10T05:21:28.010Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-10T05:21:28.010Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-10T05:21:28.010Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:21:28.011Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:28.015Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:28.016Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328088010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:21:28.120Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:21:28.121Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:28.121Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:28.141Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:28.141Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:29.017Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bf4d3a11-645c-4850-aaff-cd5ee320f3ad 2023-01-10T05:21:29.018Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6095d7b4-0dfb-4a47-bc02-33acc810c409 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=? 2023-01-10T05:21:29.037Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23a08e36, org.onap.sdc.toscaparser.api.parameters.Input@351f6f75, org.onap.sdc.toscaparser.api.parameters.Input@68753e93, org.onap.sdc.toscaparser.api.parameters.Input@6960206e, org.onap.sdc.toscaparser.api.parameters.Input@4e16c24a] 2023-01-10T05:21:29.040Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.041Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.046Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-10T05:21:29.046Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8e710d43-eeea-4602-be81-95da19a5700f 2023-01-10T05:21:29.047Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e710d43-eeea-4602-be81-95da19a5700f matches Tosca VF Customization UUID: 8e710d43-eeea-4602-be81-95da19a5700f 2023-01-10T05:21:29.047Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8e710d43-eeea-4602-be81-95da19a5700f 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=? 2023-01-10T05:21:29.055Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.056Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.058Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8e710d43-eeea-4602-be81-95da19a5700f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-10T05:21:29.058Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29f77419 2023-01-10T05:21:29.058Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.058Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:21:29.059Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e347f245-de65-474d-bd83-d385cd2cd460 2023-01-10T05:21:29.059Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e347f245-de65-474d-bd83-d385cd2cd460 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=? 2023-01-10T05:21:29.063Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.063Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:29.063Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:29.064Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.064Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:29.065Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:29.065Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.065Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-10T05:21:29.066Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-10T05:21:29.067Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-10T05:21:29.067Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25d231db-351d-456c-abcb-a1c07ae43380 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=? 2023-01-10T05:21:29.071Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.072Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:29.072Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:21:29.073Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.073Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-10T05:21:29.073Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8e710d43-eeea-4602-be81-95da19a5700f 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=? 2023-01-10T05:21:29.077Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.078Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.079Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bf4d3a11-645c-4850-aaff-cd5ee320f3ad: basic_vm_macro 2023-01-10T05:21:29.080Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.080Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.080Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.081Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.081Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.081Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.081Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.082Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.082Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:21:29.082Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:21:29.082Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:21:29.213Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6095d7b4-0dfb-4a47-bc02-33acc810c409 1 ASDC deployResourceStructure 2023-01-10T05:21:29.213Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-10T05:21:29.214Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-10T05:21:29.214Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:21:29.214Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:29.216Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:29.216Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328089213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:21:29.318Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:21:29.318Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:29.319Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:29.328Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:29.328Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:21:30.217Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-10T05:21:30.219Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-10T05:21:30.219Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:21:30.219Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:30.222Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:30.222Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328090217, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:21:30.325Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-10T05:21:30.326Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:30.327Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:30.368Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:30.368Z||pool-113-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:21:31.224Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-10T05:21:31.224Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-10T05:21:31.224Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:21:31.225Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:31.229Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:31.229Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328091223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-10T05:21:31.329Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:21:31.330Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:31.330Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:31.342Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:31.343Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:32.231Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:21:32.232Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-10T05:21:32.232Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:21:32.232Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:21:32.235Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:21:32.236Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328092231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:21:32.335Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:21:32.336Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:21:32.336Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:21:32.374Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:21:32.375Z||pool-115-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:21:33.236Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:21:33.250Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:21:33.252Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:21:33.253Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:21:33.253Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:22:03.253Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:22:03.272Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:22:03.275Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:22:03.276Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:22:03.276Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:22:13.744Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:22:13.747Z||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. 2023-01-10T05:22:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:22:13.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:22:13.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-10T05:22:13.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328065480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:22:13.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-10T05:22:33.277Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:22:33.294Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:22:33.298Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:22:33.298Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:22:33.298Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:23:03.299Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:23:03.349Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:23:03.363Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:23:03.363Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:23:03.363Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:23:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:23:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:23:13.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:23:13.765Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:23:13.766Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:23:13.766Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:23:13.767Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:23:33.364Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:23:33.391Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:23:33.398Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:23:33.398Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:23:33.398Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:24:03.400Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:24:03.462Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:24:03.469Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:24:03.469Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-10T05:24:03.470Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-10T05:24:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:24:13.747Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:24:13.747Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:24:13.808Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:24:14.326Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.326Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.328Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.328Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.328Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328074257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.328Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.354Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.355Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328065915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.355Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.357Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.357Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:24:14.358Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.358Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.358Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328075370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.358Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.359Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.359Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328074714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.360Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.371Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.371Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-10T05:24:14.372Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.372Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.372Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328076468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.372Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.373Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.373Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.373Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.373Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.374Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328077492, "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=? 2023-01-10T05:24:14.411Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deacc35f-f20b-4380-8bdc-050664b4c406 2023-01-10T05:24:14.413Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId deacc35f-f20b-4380-8bdc-050664b4c406 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.444Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.444Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-10T05:24:14.445Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.445Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.445Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "multicloud-k8s-id", "timestamp": 1673328078495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.445Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.446Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.446Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.446Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.447Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.447Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.447Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.447Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.447Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328073711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.448Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.448Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.448Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328082688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.448Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.449Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.449Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328081904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.449Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.449Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.450Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "aai-ml", "timestamp": 1673328082908, "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=? 2023-01-10T05:24:14.457Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of deacc35f-f20b-4380-8bdc-050664b4c406 2023-01-10T05:24:14.457Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId deacc35f-f20b-4380-8bdc-050664b4c406 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.489Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.490Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.490Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.490Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.490Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328085818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.491Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.491Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.491Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.491Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.491Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.492Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.492Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.492Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.492Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328086931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.493Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.493Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.493Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.493Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.493Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.494Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:24:14.494Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.494Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.494Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328088010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.494Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.495Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-10T05:24:14.496Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.496Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.496Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328089213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.497Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.497Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.497Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.497Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.498Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.498Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.498Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.498Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.498Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.499Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.499Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.499Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328090217, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.499Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.499Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.500Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.501Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.501Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.501Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.502Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.502Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.503Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-10T05:24:14.503Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.503Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.504Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328091223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.504Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.504Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.504Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.505Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.505Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.505Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.505Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.505Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.506Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-10T05:24:14.506Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.506Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.506Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328092231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.506Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.507Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.507Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.507Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.507Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.508Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.508Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.508Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.508Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-10T05:24:14.509Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.509Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.509Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.509Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.509Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.510Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.511Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328080738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.513Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.514Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.514Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.514Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.515Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.515Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.515Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.515Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.515Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.516Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.516Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.516Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328095812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.516Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328085480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.517Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.518Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.519Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328096223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.519Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.519Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.519Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "cds", "timestamp": 1673328097284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:24:14.547Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd7989e0-8b98-41df-8a34-539df685e84f 2023-01-10T05:24:14.548Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7989e0-8b98-41df-8a34-539df685e84f 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.569Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.571Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.572Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.573Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.573Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328097294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.574Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.575Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.575Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.575Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.575Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.576Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.576Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.576Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328088449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.576Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.576Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.577Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.577Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.577Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.577Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328098379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.577Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.578Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.579Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.579Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.580Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.580Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.580Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.581Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.581Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328099261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.582Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.582Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.582Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.583Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.583Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.583Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328099469, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.584Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.584Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.584Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.584Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.585Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.585Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.585Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.585Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.585Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.586Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.586Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.586Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328100546, "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=? 2023-01-10T05:24:14.643Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd7989e0-8b98-41df-8a34-539df685e84f 2023-01-10T05:24:14.643Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7989e0-8b98-41df-8a34-539df685e84f 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.687Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.687Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.687Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.687Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.687Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.688Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.688Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.688Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "multicloud-k8s-id", "timestamp": 1673328101548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328101609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.689Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.690Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.690Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.690Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.690Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.690Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.691Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.691Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.691Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.691Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.691Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328102613, "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=? 2023-01-10T05:24:14.722Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd7989e0-8b98-41df-8a34-539df685e84f 2023-01-10T05:24:14.722Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7989e0-8b98-41df-8a34-539df685e84f 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.738Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.739Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.739Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.739Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.739Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "ves-openapi-manager", "timestamp": 1673328093678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.740Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.741Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328098288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328108294, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328106808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "cds", "timestamp": 1673328109792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:24:14.785Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 2023-01-10T05:24:14.785Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.815Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.815Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.815Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.815Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.816Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.816Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.816Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.816Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.816Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.817Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "multicloud-k8s-id", "timestamp": 1673328105480, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328113895, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.818Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.819Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.819Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.819Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "aai-ml", "timestamp": 1673328114899, "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=? 2023-01-10T05:24:14.845Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd7989e0-8b98-41df-8a34-539df685e84f 2023-01-10T05:24:14.845Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd7989e0-8b98-41df-8a34-539df685e84f 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:14.903Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.903Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.903Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.903Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.903Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.907Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.908Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.909Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.909Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.909Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.909Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.909Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.915Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.915Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.916Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.917Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.918Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.918Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.918Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.918Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.919Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.920Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.920Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.920Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.920Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-10T05:24:14.920Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.921Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.921Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.921Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.921Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.921Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.922Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.924Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.925Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.925Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.925Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.925Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.926Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.926Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.926Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.926Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.927Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.927Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328113678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.927Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.927Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.927Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.928Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328123316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.929Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.929Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.929Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328095915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:14.929Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328124387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.930Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.931Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328125004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:14.931Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:14.931Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.931Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:24:14.932Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:14.932Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:14.932Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "ves-openapi-manager", "timestamp": 1673328125390, "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=? 2023-01-10T05:24:14.949Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 2023-01-10T05:24:14.950Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:15.003Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328118449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:24:15.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-10T05:24:15.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.004Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328128242, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328130146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328129930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:24:15.005Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.006Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673328131150, "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=? 2023-01-10T05:24:15.036Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 2023-01-10T05:24:15.036Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:15.053Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-10T05:24:15.053Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "aai-ml", "timestamp": 1673328130933, "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=? 2023-01-10T05:24:15.061Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 2023-01-10T05:24:15.062Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 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 (?, ?, ?, ?, ?) 2023-01-10T05:24:33.471Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:24:33.547Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:24:33.572Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:24:33.572Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:24:33.572Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:24:33.572Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:24:33.573Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:24:33.573Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:24:33.573Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:24:33.574Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:24:33.574Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:24:33.574Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:24:33.592Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:25:03.593Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: deacc35f-f20b-4380-8bdc-050664b4c406 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=? 2023-01-10T05:25:03.603Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: deacc35f-f20b-4380-8bdc-050664b4c406 and serviceModelVersionId: bf4d3a11-645c-4850-aaff-cd5ee320f3ad 2023-01-10T05:25:03.603Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a3b43f1-f1bf-474f-935b-a03ef254bbbf 2023-01-10T05:25:03.606Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0 2023-01-10T05:25:03.619Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:25:03.731Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0|INFO|500||Invoke 2023-01-10T05:25:03.732Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[deacc35f-f20b-4380-8bdc-050664b4c406], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4616b5c-fbff-4743-be77-788704191955], X-ECOMP-RequestID=[deacc35f-f20b-4380-8bdc-050664b4c406], X-TransactionId=[], X-ONAP-RequestID=[deacc35f-f20b-4380-8bdc-050664b4c406], Content-Type=[application/merge-patch+json]} 2023-01-10T05:25:03.785Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:25:03.887Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?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/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:25:03 GMT], content-length=[0], vertex-id=[196856], x-aai-txid=[0-aai-resources-230110-05:25:03:127-22243], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:25:03.887Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:25:03.892Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a3b43f1-f1bf-474f-935b-a03ef254bbbf/model-vers/model-ver/bf4d3a11-645c-4850-aaff-cd5ee320f3ad?depth=0|INFO|500||InvokeReturn 2023-01-10T05:25:03.894Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:25:03.894Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:25:03.905Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:25:03.905Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID deacc35f-f20b-4380-8bdc-050664b4c406 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:25:03.928Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:25:03.929Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:03.937Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:03.937Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328303905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:25:04.040Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:25:04.041Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:04.042Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:04.064Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:04.065Z||pool-116-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-10T05:25:04.989Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:25:04.990Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:25:04.991Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:09.375Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:09.377Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-10T05:25:09.377Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd7989e0-8b98-41df-8a34-539df685e84f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d281428-dac5-4ce3-9ee4-5d84c2d58b09","serviceDescription":"service","serviceInvariantUUID":"01a68a77-fed3-497c-9c9c-a5832740ae29","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebdfc8d0-feda-4252-a90e-14230263f446","resourceInvariantUUID":"f73f8eec-6dfa-4e5e-acb8-77f08dc190cb","resourceCustomizationUUID":"d481179a-ec57-4077-a747-247a7be57577","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmMxZjRhZjZiMzQzOTExMjk3Mzg0Mzk1YWY2YmIxZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8359afe-8187-41c5-96ea-b26ebf250270","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MjA2ZDc1ZmJiMzFhOGU3NWIwY2MzODZjMzEyYjU4ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f01e9c61-1ad5-421f-a240-8cc2d2fdef30","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"29788975-f4fd-49f3-a38b-b238215ba60a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcf24e2d-d37d-45a2-adf9-b4827c02c138","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"330874c5-9635-47ba-8c13-34e6d8bfc643","artifactVersion":"2","generatedFromUUID":"0a44caa0-2c89-40f1-952a-a6455c97d1ef"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a43ea406-d4d2-4e41-91ce-2b3402013a76","artifactVersion":"2","generatedFromUUID":"29788975-f4fd-49f3-a38b-b238215ba60a"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a44caa0-2c89-40f1-952a-a6455c97d1ef","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02168501-dfc5-4c01-937b-9f2b936b64f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NTBlOTE0NzMzZDhiMmE2OTZlZTg1MWVkYWI1NGY0ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8b64b8e-c61e-40e9-aebb-c6a371f40fec","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzZlNzVlZTlkODJlNWY1YTc0YjQwYjk5MzFhOGVkYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3661b1d-1c0c-485c-98d5-b75d7b0081ff","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:25:09.382Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:09.385Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:09.390Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:09.390Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:09.489Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-10T05:25:09.491Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:09.491Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:09.509Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:09.509Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:10.393Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:10.394Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:10.398Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:10.399Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:25:10.499Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:10.500Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:10.500Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:10.521Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:10.521Z||pool-118-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:11.404Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:11.425Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:11.428Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:11.428Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-10T05:25:11.528Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:25:11.529Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:11.529Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:11.544Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:11.545Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:25:12.428Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:12.429Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:12.431Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:12.431Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:12.538Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-10T05:25:12.539Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:12.539Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:12.555Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:12.556Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:13.432Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:13.433Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:13.448Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:13.449Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-10T05:25:13.548Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:13.549Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:13.549Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:13.565Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:13.566Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:25:13.744Z||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. 2023-01-10T05:25:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:14.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:14.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "deacc35f-f20b-4380-8bdc-050664b4c406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328303905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-10T05:25:14.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-10T05:25:14.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:25:14.451Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:14.453Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:14.467Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:14.467Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-10T05:25:14.569Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:25:14.570Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:14.571Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:14.583Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:14.584Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:15.468Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:15.470Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:15.473Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:15.473Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-10T05:25:15.573Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:25:15.574Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:15.574Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:15.591Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:15.592Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:16.474Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:16.478Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:16.489Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:16.489Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:16.594Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-10T05:25:16.595Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:16.595Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:16.628Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:16.630Z||pool-124-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:17.493Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:17.493Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:17.496Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:17.496Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:25:17.597Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:25:17.598Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:17.598Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:17.613Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:17.614Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:18.497Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:25:18.499Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:18.504Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:18.505Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:25:18.604Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:18.605Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:18.606Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:18.628Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:18.630Z||pool-126-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:19.512Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1d281428-dac5-4ce3-9ee4-5d84c2d58b09", "serviceDescription": "service", "serviceInvariantUUID": "01a68a77-fed3-497c-9c9c-a5832740ae29", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "d481179a-ec57-4077-a747-247a7be57577", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebdfc8d0-feda-4252-a90e-14230263f446", "resourceInvariantUUID": "f73f8eec-6dfa-4e5e-acb8-77f08dc190cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MjA2ZDc1ZmJiMzFhOGU3NWIwY2MzODZjMzEyYjU4ZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f01e9c61-1ad5-421f-a240-8cc2d2fdef30", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "29788975-f4fd-49f3-a38b-b238215ba60a", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a43ea406-d4d2-4e41-91ce-2b3402013a76", "generatedFromUUID": "29788975-f4fd-49f3-a38b-b238215ba60a" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "330874c5-9635-47ba-8c13-34e6d8bfc643", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a43ea406-d4d2-4e41-91ce-2b3402013a76", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0a44caa0-2c89-40f1-952a-a6455c97d1ef", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzZlNzVlZTlkODJlNWY1YTc0YjQwYjk5MzFhOGVkYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3661b1d-1c0c-485c-98d5-b75d7b0081ff" } ], "workloadContext": "Production" } 2023-01-10T05:25:19.513Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:25:19.513Z|deacc35f-f20b-4380-8bdc-050664b4c406|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d281428-dac5-4ce3-9ee4-5d84c2d58b09 ASDC 2023-01-10T05:25:19.513Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:cd7989e0-8b98-41df-8a34-539df685e84f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1d281428-dac5-4ce3-9ee4-5d84c2d58b09 ServiceInvariantUUID:01a68a77-fed3-497c-9c9c-a5832740ae29 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:e3661b1d-1c0c-485c-98d5-b75d7b0081ff ArtifactChecksum:MzZlNzVlZTlkODJlNWY1YTc0YjQwYjk5MzFhOGVkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:d481179a-ec57-4077-a747-247a7be57577 ResourceInvariantUUID:f73f8eec-6dfa-4e5e-acb8-77f08dc190cb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:ebdfc8d0-feda-4252-a90e-14230263f446 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:f01e9c61-1ad5-421f-a240-8cc2d2fdef30 ArtifactChecksum:MjA2ZDc1ZmJiMzFhOGU3NWIwY2MzODZjMzEyYjU4ZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:29788975-f4fd-49f3-a38b-b238215ba60a ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a43ea406-d4d2-4e41-91ce-2b3402013a76 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:330874c5-9635-47ba-8c13-34e6d8bfc643 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a43ea406-d4d2-4e41-91ce-2b3402013a76 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:0a44caa0-2c89-40f1-952a-a6455c97d1ef ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-10T05:25:19.513Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d281428-dac5-4ce3-9ee4-5d84c2d58b09 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=? 2023-01-10T05:25:19.646Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:25:19.648Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:25:19.648Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:25:19.649Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3661b1d-1c0c-485c-98d5-b75d7b0081ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:19.649Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:19.649Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:19.889Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:19.898Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e3661b1d-1c0c-485c-98d5-b75d7b0081ff 162974 2023-01-10T05:25:19.898Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:25:19.898Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:19.899Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:19.899Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:19.902Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:19.902Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328319898, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:20.004Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:25:20.005Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:20.005Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:20.022Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:20.023Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:20.903Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:25:20.911Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:25:20.911Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3661b1d-1c0c-485c-98d5-b75d7b0081ff, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:20.911Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-10T05:25:20.912Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:20.913Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:21.178Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3255849266352960777/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-10T05:25:23.054Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:25:23.055Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:25:23.055Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:23.055Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-10T05:25:23.055Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:23.056Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:23.056Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:23.056Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:23.056Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:25:23.056Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.057Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.057Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.057Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:25:23.057Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:25:23.058Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.058Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.058Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.058Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:25:23.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:25:23.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-10T05:25:23.060Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-10T05:25:23.060Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-10T05:25:23.061Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-10T05:25:23.061Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.061Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:25:23.061Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.062Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.062Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:23.062Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.062Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.063Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:23.063Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.063Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.063Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:23.064Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.066Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:23.066Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:23.066Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.066Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-10T05:25:23.067Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-10T05:25:23.067Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bcc3a917-08eb-49eb-a3c5-53967c3e54a4 2023-01-10T05:25:23.067Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.067Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.067Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.068Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.070Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.071Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.071Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:23.071Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:23.071Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1d281428-dac5-4ce3-9ee4-5d84c2d58b09 Model Version:NULL Model InvariantUuid:01a68a77-fed3-497c-9c9c-a5832740ae29 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:18c7df9b-1431-4bea-acfe-5e796ffa7ea5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f73f8eec-6dfa-4e5e-acb8-77f08dc190cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d481179a-ec57-4077-a747-247a7be57577 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6093c1ed-2d9e-45e1-b896-f2b23711daef ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:cb11c46c-7454-4c92-b2df-34aa469e5bec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:16771b75-7350-4185-86c3-b37a1b84ba82 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:fad4c7c9-57a4-47bd-9161-fa70cd388f1f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bcc3a917-08eb-49eb-a3c5-53967c3e54a4 ModelInvariantUuid:acb92118-d54f-431a-84a7-a6c98dac1888 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f4b62711-5d0d-49c1-9677-6603c10761b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:e5c79ad3-8e6c-427d-8023-7a7622920849 ModelInvariantUuid:e5d09807-928d-42ff-897f-7fd21103ac3c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b6485497-cc43-4283-91d8-be7fb5c136eb 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=? 2023-01-10T05:25:23.099Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ebdfc8d0-feda-4252-a90e-14230263f446 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=? 2023-01-10T05:25:23.102Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-01-10T05:25:23.102Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebdfc8d0-feda-4252-a90e-14230263f446 2023-01-10T05:25:23.103Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f01e9c61-1ad5-421f-a240-8cc2d2fdef30 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-10T05:25:23.103Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:23.103Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-10T05:25:23.228Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:23.229Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f01e9c61-1ad5-421f-a240-8cc2d2fdef30 1565 2023-01-10T05:25:23.229Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-10T05:25:23.229Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-10T05:25:23.229Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:23.230Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:23.233Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:23.233Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328323229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:23.335Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-10T05:25:23.338Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:23.338Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:23.373Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:23.378Z||pool-128-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:25:24.238Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "16771b75-7350-4185-86c3-b37a1b84ba82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fad4c7c9-57a4-47bd-9161-fa70cd388f1f", "vfModuleModelCustomizationUUID": "532ebfcd-e6e0-43c6-aa1c-4070815ec7aa", "isBase": true, "artifacts": [ "29788975-f4fd-49f3-a38b-b238215ba60a", "a43ea406-d4d2-4e41-91ce-2b3402013a76" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "6093c1ed-2d9e-45e1-b896-f2b23711daef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb11c46c-7454-4c92-b2df-34aa469e5bec", "vfModuleModelCustomizationUUID": "1938ea28-fbbe-4929-918f-63b50f0bdc79", "isBase": false, "artifacts": [ "0a44caa0-2c89-40f1-952a-a6455c97d1ef" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-10T05:25:24.279Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fad4c7c9-57a4-47bd-9161-fa70cd388f1f VfModuleModelInvariantUUID:16771b75-7350-4185-86c3-b37a1b84ba82 VfModuleModelDescription:NULL Artifacts UUID List:{ 29788975-f4fd-49f3-a38b-b238215ba60a , a43ea406-d4d2-4e41-91ce-2b3402013a76 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:cb11c46c-7454-4c92-b2df-34aa469e5bec VfModuleModelInvariantUUID:6093c1ed-2d9e-45e1-b896-f2b23711daef VfModuleModelDescription:NULL Artifacts UUID List:{ 0a44caa0-2c89-40f1-952a-a6455c97d1ef } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-10T05:25:24.283Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "16771b75-7350-4185-86c3-b37a1b84ba82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fad4c7c9-57a4-47bd-9161-fa70cd388f1f", "vfModuleModelCustomizationUUID": "532ebfcd-e6e0-43c6-aa1c-4070815ec7aa", "isBase": true, "artifacts": [ "29788975-f4fd-49f3-a38b-b238215ba60a", "a43ea406-d4d2-4e41-91ce-2b3402013a76" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "6093c1ed-2d9e-45e1-b896-f2b23711daef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb11c46c-7454-4c92-b2df-34aa469e5bec", "vfModuleModelCustomizationUUID": "1938ea28-fbbe-4929-918f-63b50f0bdc79", "isBase": false, "artifacts": [ "0a44caa0-2c89-40f1-952a-a6455c97d1ef" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-10T05:25:24.283Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fad4c7c9-57a4-47bd-9161-fa70cd388f1f VfModuleModelInvariantUUID:16771b75-7350-4185-86c3-b37a1b84ba82 VfModuleModelDescription:NULL Artifacts UUID List:{ 29788975-f4fd-49f3-a38b-b238215ba60a , a43ea406-d4d2-4e41-91ce-2b3402013a76 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:cb11c46c-7454-4c92-b2df-34aa469e5bec VfModuleModelInvariantUUID:6093c1ed-2d9e-45e1-b896-f2b23711daef VfModuleModelDescription:NULL Artifacts UUID List:{ 0a44caa0-2c89-40f1-952a-a6455c97d1ef } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-10T05:25:24.284Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 29788975-f4fd-49f3-a38b-b238215ba60a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-10T05:25:24.284Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:24.284Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-10T05:25:24.356Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:24.357Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 29788975-f4fd-49f3-a38b-b238215ba60a 914 2023-01-10T05:25:24.357Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-10T05:25:24.357Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-10T05:25:24.358Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:24.358Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:24.361Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:24.362Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328324357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:24.462Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:24.463Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:24.463Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:24.475Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:24.476Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:25:25.362Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 330874c5-9635-47ba-8c13-34e6d8bfc643 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-10T05:25:25.363Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:25.364Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-10T05:25:25.429Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:25.429Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 330874c5-9635-47ba-8c13-34e6d8bfc643 12 2023-01-10T05:25:25.429Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-10T05:25:25.430Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-10T05:25:25.430Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:25.430Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:25.432Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:25.432Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328325429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:25.532Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:25.536Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:25.536Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:25.549Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:25.552Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:25:26.438Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a43ea406-d4d2-4e41-91ce-2b3402013a76 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-10T05:25:26.439Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:26.439Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-10T05:25:26.573Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:26.574Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a43ea406-d4d2-4e41-91ce-2b3402013a76 96 2023-01-10T05:25:26.574Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-10T05:25:26.575Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-10T05:25:26.576Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:26.577Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:26.603Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:26.603Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328326574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:26.699Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-10T05:25:26.700Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:26.700Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:26.724Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:26.725Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:27.604Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0a44caa0-2c89-40f1-952a-a6455c97d1ef from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-10T05:25:27.605Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:25:27.606Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-10T05:25:27.800Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:25:27.806Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0a44caa0-2c89-40f1-952a-a6455c97d1ef 20206 2023-01-10T05:25:27.806Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-10T05:25:27.806Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-10T05:25:27.807Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:25:27.807Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:27.811Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:27.812Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328327806, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:25:27.909Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-10T05:25:27.910Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:27.910Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:27.924Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:27.925Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:28.819Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1d281428-dac5-4ce3-9ee4-5d84c2d58b09 2023-01-10T05:25:28.819Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ebdfc8d0-feda-4252-a90e-14230263f446 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:25:28.829Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cd79c8b, org.onap.sdc.toscaparser.api.parameters.Input@8f5859d, org.onap.sdc.toscaparser.api.parameters.Input@6ca4b532, org.onap.sdc.toscaparser.api.parameters.Input@525e7de0, org.onap.sdc.toscaparser.api.parameters.Input@724d80e4] 2023-01-10T05:25:28.833Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.834Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.836Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-10T05:25:28.836Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d481179a-ec57-4077-a747-247a7be57577 2023-01-10T05:25:28.836Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d481179a-ec57-4077-a747-247a7be57577 matches Tosca VF Customization UUID: d481179a-ec57-4077-a747-247a7be57577 2023-01-10T05:25:28.837Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d481179a-ec57-4077-a747-247a7be57577 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=? 2023-01-10T05:25:28.840Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.841Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.843Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d481179a-ec57-4077-a747-247a7be57577: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-10T05:25:28.844Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee4c7ef 2023-01-10T05:25:28.844Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.844Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-10T05:25:28.844Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1938ea28-fbbe-4929-918f-63b50f0bdc79 2023-01-10T05:25:28.845Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1938ea28-fbbe-4929-918f-63b50f0bdc79 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=? 2023-01-10T05:25:28.847Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.848Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:28.848Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:28.849Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.849Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:28.849Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-10T05:25:28.849Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.850Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-10T05:25:28.850Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d481179a-ec57-4077-a747-247a7be57577 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=? 2023-01-10T05:25:28.855Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.855Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.858Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1d281428-dac5-4ce3-9ee4-5d84c2d58b09: basic_cnf_macro 2023-01-10T05:25:28.858Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.859Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.859Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.859Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.859Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.859Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.860Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.860Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.860Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:25:28.861Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:25:28.861Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-10T05:25:28.965Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ebdfc8d0-feda-4252-a90e-14230263f446 2 ASDC deployResourceStructure 2023-01-10T05:25:28.966Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-10T05:25:28.966Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-10T05:25:28.966Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:25:28.967Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:28.970Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:28.970Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328328966, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:25:29.072Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:25:29.073Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:29.073Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:29.092Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:29.092Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:29.971Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-10T05:25:29.972Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-10T05:25:29.972Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:25:29.973Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:29.975Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:29.976Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328329971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:25:30.076Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:25:30.077Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:30.077Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:30.090Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:30.091Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:30.977Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-10T05:25:30.977Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-10T05:25:30.977Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-10T05:25:30.978Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:30.983Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:30.984Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328330977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-10T05:25:31.083Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-10T05:25:31.084Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:31.084Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:31.104Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:31.105Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:25:31.987Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-10T05:25:31.987Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-10T05:25:31.988Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:25:31.988Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:32.013Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:32.013Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328331987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-10T05:25:32.090Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms 2023-01-10T05:25:32.091Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:32.091Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:32.104Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:32.105Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:33.019Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-10T05:25:33.019Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-10T05:25:33.019Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-10T05:25:33.019Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:33.021Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:33.021Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328333016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-10T05:25:33.129Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-10T05:25:33.130Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:33.130Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:33.141Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:33.141Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:34.023Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:25:34.023Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-10T05:25:34.023Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:25:34.023Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:25:34.025Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:25:34.025Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328334022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:25:34.126Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:25:34.127Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:25:34.127Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:25:34.144Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:25:34.144Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:25:35.027Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd7989e0-8b98-41df-8a34-539df685e84f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:25:35.048Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd7989e0-8b98-41df-8a34-539df685e84f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:25:35.051Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:25:35.051Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:25:35.052Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:25:35.059Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:26:05.062Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd7989e0-8b98-41df-8a34-539df685e84f 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=? 2023-01-10T05:26:05.077Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd7989e0-8b98-41df-8a34-539df685e84f and serviceModelVersionId: 1d281428-dac5-4ce3-9ee4-5d84c2d58b09 2023-01-10T05:26:05.078Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01a68a77-fed3-497c-9c9c-a5832740ae29 2023-01-10T05:26:05.079Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0 2023-01-10T05:26:05.085Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:26:05.156Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0|INFO|500||Invoke 2023-01-10T05:26:05.157Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd7989e0-8b98-41df-8a34-539df685e84f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0095d97c-2ffe-4504-b193-9468aa10927a], X-ECOMP-RequestID=[cd7989e0-8b98-41df-8a34-539df685e84f], X-TransactionId=[], X-ONAP-RequestID=[cd7989e0-8b98-41df-8a34-539df685e84f], Content-Type=[application/merge-patch+json]} 2023-01-10T05:26:05.190Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:26:05.300Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?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/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:26:04 GMT], content-length=[0], vertex-id=[270536], x-aai-txid=[2-aai-resources-230110-05:26:04:532-33064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:26:05.301Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:26:05.302Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a68a77-fed3-497c-9c9c-a5832740ae29/model-vers/model-ver/1d281428-dac5-4ce3-9ee4-5d84c2d58b09?depth=0|INFO|500||InvokeReturn 2023-01-10T05:26:05.302Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:26:05.302Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:26:05.311Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:26:05.311Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd7989e0-8b98-41df-8a34-539df685e84f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:26:05.312Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:26:05.312Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:05.315Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:05.315Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328365312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:26:05.415Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:05.417Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:05.417Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:05.437Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:05.437Z||pool-139-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=? 2023-01-10T05:26:06.372Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-10T05:26:06.372Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"94d7fa8f-eefb-486d-b193-b588ab701f4a","serviceDescription":"service","serviceInvariantUUID":"62780e07-03b9-47cb-86b1-20456f4784e5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93a7ad31-02b1-41b4-b532-99bb146de333","resourceInvariantUUID":"a2454a84-e5db-40ac-990b-2b316769c000","resourceCustomizationUUID":"4f405253-e414-498d-bd27-5adde34ae8a6","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":"MzhhNTAxMDI3Y2Q1MmQyZjcyNTk3Yzc0N2RjNDMxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be05186b-7f82-4305-a62f-4ad28314c83b","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":"bb97f8c9-27bd-4131-a607-ee6337ea09b5","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":"dd0afcea-d6a9-4701-bb80-86baafdbb261","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":"YTY4NzAyYTAzM2Q1YjZlODM4Y2Y0NDA2ZTBmOTQxNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4c376dd3-a405-49e5-a57d-115c487c5cde","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":"cee69a7e-cdf3-4a40-90b9-f1adea6cf5a7","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":"fb2fe5f9-2588-40fe-9b1d-26b495e02260","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":"7515c4af-d231-4f3e-aca1-2ca4407f9328","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":"ZDdmNzhiMjFlZWVkYmMyZDVhZTQ5NWJiNGZjNjI1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6b7929-2b5c-4ba5-ac03-8ca43776986e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWVmMTRkMjU2Y2VlODE0ZmVmZDFkMWZmMjIzZWM0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"550c23a6-6ad7-4b8c-a0b0-0f5b9237b307","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-10T05:26:06.373Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:06.373Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:06.377Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:06.377Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:06.478Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:06.481Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:06.481Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:06.503Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:06.504Z||pool-140-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:07.378Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:07.379Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:07.381Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:07.381Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:07.488Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-10T05:26:07.489Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:07.490Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:07.507Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:07.508Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:08.382Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:08.383Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:08.385Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:08.385Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:08.485Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:08.487Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:08.487Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:08.533Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:08.534Z||pool-142-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:09.387Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:09.387Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:09.391Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:09.391Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:09.493Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:26:09.494Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:09.494Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:09.507Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:09.509Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:10.392Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:10.394Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:10.396Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:10.396Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:10.496Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:10.498Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:10.498Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:10.507Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:10.507Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:26:11.397Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:11.397Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:11.412Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:11.412Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:11.510Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T05:26:11.511Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:11.511Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:11.526Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:11.526Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:12.416Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:12.423Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:12.425Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:12.426Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:12.526Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:12.527Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:12.527Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:12.548Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:12.549Z||pool-146-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-10T05:26:13.426Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:13.427Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:13.431Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:13.431Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:26:13.530Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T05:26:13.531Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:13.531Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:13.546Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:13.547Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:26:13.743Z||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. 2023-01-10T05:26:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:13.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:13.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:26:13.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-10T05:26:13.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:26:14.436Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-10T05:26:14.437Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:14.442Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:14.442Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:26:14.540Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-10T05:26:14.541Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:14.541Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:14.577Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:14.577Z||pool-148-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:15.443Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "94d7fa8f-eefb-486d-b193-b588ab701f4a", "serviceDescription": "service", "serviceInvariantUUID": "62780e07-03b9-47cb-86b1-20456f4784e5", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4f405253-e414-498d-bd27-5adde34ae8a6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "93a7ad31-02b1-41b4-b532-99bb146de333", "resourceInvariantUUID": "a2454a84-e5db-40ac-990b-2b316769c000", "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": "NWVmMTRkMjU2Y2VlODE0ZmVmZDFkMWZmMjIzZWM0NmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "550c23a6-6ad7-4b8c-a0b0-0f5b9237b307" } ], "workloadContext": "Production" } 2023-01-10T05:26:15.444Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-10T05:26:15.444Z|cd7989e0-8b98-41df-8a34-539df685e84f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 94d7fa8f-eefb-486d-b193-b588ab701f4a ASDC 2023-01-10T05:26:15.445Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:94d7fa8f-eefb-486d-b193-b588ab701f4a ServiceInvariantUUID:62780e07-03b9-47cb-86b1-20456f4784e5 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:550c23a6-6ad7-4b8c-a0b0-0f5b9237b307 ArtifactChecksum:NWVmMTRkMjU2Y2VlODE0ZmVmZDFkMWZmMjIzZWM0NmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4f405253-e414-498d-bd27-5adde34ae8a6 ResourceInvariantUUID:a2454a84-e5db-40ac-990b-2b316769c000 ResourceName:test-pnf ResourceType:PNF ResourceUUID:93a7ad31-02b1-41b4-b532-99bb146de333 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-10T05:26:15.445Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94d7fa8f-eefb-486d-b193-b588ab701f4a 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=? 2023-01-10T05:26:15.525Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:26:15.526Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:26:15.526Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:26:15.526Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 550c23a6-6ad7-4b8c-a0b0-0f5b9237b307 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-10T05:26:15.526Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-10T05:26:15.527Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-10T05:26:15.900Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-10T05:26:15.907Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 550c23a6-6ad7-4b8c-a0b0-0f5b9237b307 110865 2023-01-10T05:26:15.907Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:26:15.908Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-10T05:26:15.908Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-10T05:26:15.908Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:15.912Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:15.913Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328375907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:26:16.020Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-10T05:26:16.021Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:16.021Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:16.039Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:16.040Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:16.917Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-10T05:26:16.918Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-10T05:26:16.919Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 550c23a6-6ad7-4b8c-a0b0-0f5b9237b307, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:16.919Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-10T05:26:16.920Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:16.920Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:17.085Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1963466150508394624/Definitions/service-TestPnfMacro-template.yml 2023-01-10T05:26:18.433Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-10T05:26:18.433Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:26:18.434Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.434Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-10T05:26:18.434Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.434Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.435Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.435Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.435Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.435Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.436Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.436Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-10T05:26:18.436Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.436Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.437Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-10T05:26:18.437Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:26:18.437Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:26:18.438Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.438Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.438Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-10T05:26:18.438Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-10T05:26:18.439Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-10T05:26:18.439Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.439Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.439Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.440Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.440Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.440Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.440Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.440Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.441Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.441Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.443Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:94d7fa8f-eefb-486d-b193-b588ab701f4a Model Version:NULL Model InvariantUuid:62780e07-03b9-47cb-86b1-20456f4784e5 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=? 2023-01-10T05:26:18.475Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 93a7ad31-02b1-41b4-b532-99bb146de333 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=? 2023-01-10T05:26:18.489Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-01-10T05:26:18.490Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 93a7ad31-02b1-41b4-b532-99bb146de333 2023-01-10T05:26:18.490Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 94d7fa8f-eefb-486d-b193-b588ab701f4a 2023-01-10T05:26:18.490Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94d7fa8f-eefb-486d-b193-b588ab701f4a 2023-01-10T05:26:18.490Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 93a7ad31-02b1-41b4-b532-99bb146de333 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=? 2023-01-10T05:26:18.512Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ae34bfe, org.onap.sdc.toscaparser.api.parameters.Input@4a07f00f, org.onap.sdc.toscaparser.api.parameters.Input@4c9f1de7, org.onap.sdc.toscaparser.api.parameters.Input@5026806, org.onap.sdc.toscaparser.api.parameters.Input@15ae6fe3] 2023-01-10T05:26:18.513Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.517Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.518Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94d7fa8f-eefb-486d-b193-b588ab701f4a: test-pnf 2023-01-10T05:26:18.518Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Processing PNF resource: 93a7ad31-02b1-41b4-b532-99bb146de333 2023-01-10T05:26:18.518Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-10T05:26:18.518Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-10T05:26:18.519Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4f405253-e414-498d-bd27-5adde34ae8a6 is the same as notified resource customizationUUID: 4f405253-e414-498d-bd27-5adde34ae8a6 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 (?, ?) 2023-01-10T05:26:18.613Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 93a7ad31-02b1-41b4-b532-99bb146de333 0 ASDC deployResourceStructure 2023-01-10T05:26:18.614Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-10T05:26:18.614Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-10T05:26:18.614Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-10T05:26:18.614Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:18.617Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:18.617Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328378614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:26:18.718Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-10T05:26:18.719Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:18.719Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:18.768Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:18.769Z||pool-150-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2023-01-10T05:26:19.619Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-10T05:26:19.689Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-10T05:26:19.693Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-10T05:26:19.694Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-10T05:26:19.694Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-10T05:26:19.694Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-10T05:26:19.694Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:26:19.694Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:26:19.695Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:26:19.695Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:26:19.695Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-10T05:26:19.695Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-10T05:26:19.735Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-10T05:26:49.740Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc 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=? 2023-01-10T05:26:49.769Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc and serviceModelVersionId: 94d7fa8f-eefb-486d-b193-b588ab701f4a 2023-01-10T05:26:49.770Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62780e07-03b9-47cb-86b1-20456f4784e5 2023-01-10T05:26:49.770Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0 2023-01-10T05:26:49.774Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-10T05:26:49.835Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0|INFO|500||Invoke 2023-01-10T05:26:49.836Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b27c7fc6-af13-4fe6-84c8-dcaebc8e5866], X-ECOMP-RequestID=[829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc], X-TransactionId=[], X-ONAP-RequestID=[829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc], Content-Type=[application/merge-patch+json]} 2023-01-10T05:26:49.878Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-10T05:26:49.954Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?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/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 05:26:49 GMT], content-length=[0], vertex-id=[233640], x-aai-txid=[1-aai-resources-230110-05:26:49:217-26180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-10T05:26:49.955Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-10T05:26:49.956Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62780e07-03b9-47cb-86b1-20456f4784e5/model-vers/model-ver/94d7fa8f-eefb-486d-b193-b588ab701f4a?depth=0|INFO|500||InvokeReturn 2023-01-10T05:26:49.957Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-10T05:26:49.957Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-10T05:26:49.961Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-10T05:26:49.962Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-10T05:26:49.962Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-10T05:26:49.963Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-10T05:26:49.966Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-10T05:26:49.966Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328409962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:26:50.068Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-10T05:26:50.069Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-10T05:26:50.069Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:26:50.100Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:26:50.100Z||pool-151-thread-1|||||INFO|500||cambria reply ok (31 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=? 2023-01-10T05:26:50.982Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:26:50.983Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:26:50.983Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:00.526Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:27:00.527Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:27:00.528Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:27:00.528Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:10.101Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:27:10.102Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:27:10.103Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:27:10.103Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:27:13.744Z||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. 2023-01-10T05:27:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:13.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:27:13.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-10T05:27:13.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328319898, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328323229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328324357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328325429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328326574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328327806, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328328966, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328329971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328330977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328331987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328333016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328334022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd7989e0-8b98-41df-8a34-539df685e84f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328365312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:13.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-10T05:27:13.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-10T05:27:13.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-10T05:27:19.639Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:27:19.640Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:27:19.641Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:27:19.642Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:29.179Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:27:29.181Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:27:29.182Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:27:29.182Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:27:38.722Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:28:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:28:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:28:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:28:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:28:13.743Z||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. 2023-01-10T05:28:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:28:14.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:28:14.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:28:14.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328304989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-10T05:28:14.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-10T05:28:14.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:28:14.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328375907, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-10T05:28:14.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:28:14.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:28:14.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328378614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-10T05:28:14.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:28:14.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-10T05:28:14.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673328409962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-10T05:28:14.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-10T05:28:23.266Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:29:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:29:13.716Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:29:13.716Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:29:13.743Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:29:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:29:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:29:23.281Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:29:23.293Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:30:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:30:13.714Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:30:13.721Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:30:13.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:30:13.745Z||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. 2023-01-10T05:30:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:30:23.291Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:30:23.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:31:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:31:13.714Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:31:13.714Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:31:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:31:13.744Z||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. 2023-01-10T05:31:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:31:23.260Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:31:23.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:32:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:32:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:32:13.715Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:32:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:32:13.744Z||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. 2023-01-10T05:32:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:32:23.274Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:32:23.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:33:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:33:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:33:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:33:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:33:13.743Z||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. 2023-01-10T05:33:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:33:23.265Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:33:23.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:34:13.711Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:34:13.712Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:34:13.713Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:34:13.742Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:34:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:34:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:34:23.276Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:34:23.300Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:35:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:35:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:35:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:35:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:35:13.743Z||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. 2023-01-10T05:35:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:35:23.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:35:23.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:36:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:36:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:36:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:36:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:36:13.751Z||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. 2023-01-10T05:36:13.751Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:36:23.271Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:36:23.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:37:13.716Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:37:13.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:37:13.730Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:37:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:37:13.743Z||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. 2023-01-10T05:37:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:37:23.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:37:23.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:38:13.712Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:38:13.714Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:38:13.714Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:38:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:38:13.743Z||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. 2023-01-10T05:38:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:38:23.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:38:23.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:39:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:39:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:39:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:39:13.742Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:39:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:39:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:39:23.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:39:23.295Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:40:13.720Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:40:13.721Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:40:13.721Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:40:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:40:13.744Z||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. 2023-01-10T05:40:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:40:23.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:40:23.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:41:13.710Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:41:13.711Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:41:13.711Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:41:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:41:13.743Z||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. 2023-01-10T05:41:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:41:23.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:41:23.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:42:13.712Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:42:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:42:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:42:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:42:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T05:42:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:42:23.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:42:23.301Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:43:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:43:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:43:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:43:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:43:13.745Z||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. 2023-01-10T05:43:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:43:23.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:43:23.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:44:13.710Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:44:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:44:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:44:13.747Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:44:13.749Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:44:13.749Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:44:23.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:44:23.305Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:45:13.710Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:45:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:45:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:45:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:45:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:45:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:45:23.255Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:45:23.297Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:46:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:46:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:46:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:46:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:46:13.744Z||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. 2023-01-10T05:46:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:46:23.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:46:23.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:47:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:47:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:47:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:47:13.742Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:47:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T05:47:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:47:23.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:47:23.279Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:48:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:48:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:48:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:48:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:48:13.743Z||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. 2023-01-10T05:48:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:48:23.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:48:23.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:49:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:49:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:49:13.714Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:49:13.742Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:49:13.743Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:49:13.743Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:49:23.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:49:23.285Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:50:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:50:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:50:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:50:13.747Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:50:13.749Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:50:13.749Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:50:23.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:50:23.309Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:51:13.720Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:51:13.721Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:51:13.721Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:51:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:51:13.743Z||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. 2023-01-10T05:51:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:51:23.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:51:23.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:52:13.716Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:52:13.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:52:13.717Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:52:13.742Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:52:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T05:52:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:52:23.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:52:23.285Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:53:13.712Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:53:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:53:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:53:13.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:53:13.745Z||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. 2023-01-10T05:53:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:53:23.262Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:53:23.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:54:13.716Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:54:13.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:54:13.717Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:54:13.742Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:54:13.743Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:54:13.743Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:54:23.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:54:23.291Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:55:13.712Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:55:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T05:55:13.714Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:55:13.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:55:13.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T05:55:13.745Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:55:23.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:55:23.301Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:56:13.713Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:56:13.715Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:56:13.715Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:56:13.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:56:13.747Z||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. 2023-01-10T05:56:13.747Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:56:23.301Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:56:23.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:57:13.711Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:57:13.712Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:57:13.712Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:57:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:57:13.743Z||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. 2023-01-10T05:57:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:57:23.264Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:57:23.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:58:13.711Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:58:13.713Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T05:58:13.713Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:58:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:58:13.743Z||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. 2023-01-10T05:58:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:58:23.271Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:58:23.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:59:13.710Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:59:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T05:59:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:59:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T05:59:13.743Z||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. 2023-01-10T05:59:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T05:59:23.257Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T05:59:23.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:00:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:00:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T06:00:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:00:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:00:13.743Z||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. 2023-01-10T06:00:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:00:23.304Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:00:23.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:01:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:01:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T06:01:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:01:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:01:13.743Z||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. 2023-01-10T06:01:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:01:23.258Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:01:23.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:02:13.720Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:02:13.721Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T06:02:13.721Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:02:13.742Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:02:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T06:02:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:02:23.284Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:02:23.311Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:03:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:03:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T06:03:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:03:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:03:13.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T06:03:13.744Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:03:23.259Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:03:23.321Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:04:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:04:13.713Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:04:13.713Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:04:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:04:13.745Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:04:13.745Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:04:23.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:04:23.313Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:05:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:05:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:05:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:05:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:05:13.744Z||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. 2023-01-10T06:05:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:05:23.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:05:23.299Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:06:13.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:06:13.714Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:06:13.714Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:06:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:06:13.743Z||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. 2023-01-10T06:06:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:06:23.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:06:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:07:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:07:13.711Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:07:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:07:13.743Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:07:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T06:07:13.744Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:07:23.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:07:23.292Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:08:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:08:13.711Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:08:13.711Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:08:13.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:08:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T06:08:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:08:23.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:08:23.284Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:09:13.711Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:09:13.712Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:09:13.712Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:09:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:09:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:09:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:09:23.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:09:23.317Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:10:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:10:13.712Z||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. 2023-01-10T06:10:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:10:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:10:13.743Z||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. 2023-01-10T06:10:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:10:23.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:10:23.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:11:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:11:13.712Z||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. 2023-01-10T06:11:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:11:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:11:13.743Z||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. 2023-01-10T06:11:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:11:23.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:11:23.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:12:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:12:13.712Z||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. 2023-01-10T06:12:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:12:13.744Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:12:13.745Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T06:12:13.745Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:12:23.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:12:23.286Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:13:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:13:13.712Z||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. 2023-01-10T06:13:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:13:13.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:13:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T06:13:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:13:23.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:13:23.289Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:14:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:14:13.713Z||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. 2023-01-10T06:14:13.713Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:14:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:14:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:14:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:14:23.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:14:23.326Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:15:13.711Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:15:13.714Z||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. 2023-01-10T06:15:13.714Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:15:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:15:13.744Z||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. 2023-01-10T06:15:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:15:23.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:15:23.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:16:13.710Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:16:13.712Z||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. 2023-01-10T06:16:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:16:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:16:13.743Z||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. 2023-01-10T06:16:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:16:23.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:16:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:17:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:17:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:17:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:17:13.742Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:17:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T06:17:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:17:23.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:17:23.285Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:18:13.712Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:18:13.713Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:18:13.713Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:18:13.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:18:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T06:18:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:18:23.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:18:23.312Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:19:13.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:19:13.711Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:19:13.711Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:19:13.742Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:19:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:19:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:19:23.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:19:23.296Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:20:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:20:13.713Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:20:13.713Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:20:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:20:13.743Z||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. 2023-01-10T06:20:13.744Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:20:23.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:20:23.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:21:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:21:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:21:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:21:13.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:21:13.743Z||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. 2023-01-10T06:21:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:21:23.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:21:23.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:22:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:22:13.711Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:22:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:22:13.743Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:22:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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. 2023-01-10T06:22:13.743Z|61899836-f709-431c-8741-0162c3f2d600|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:22:23.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:22:23.281Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:23:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:23:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:23:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:23:13.742Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:23:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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. 2023-01-10T06:23:13.743Z|1ad97017-75dc-44b2-a176-4e17956e018f|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:23:23.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:23:23.284Z|1ad97017-75dc-44b2-a176-4e17956e018f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:24:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:24:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:24:13.713Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:24:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:24:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:24:13.744Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:24:23.296Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:24:23.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:25:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:25:13.713Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:25:13.714Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:25:13.742Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:25:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:25:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:25:23.259Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:25:23.286Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:26:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:26:13.715Z||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. 2023-01-10T06:26:13.720Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:26:13.744Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:26:13.745Z||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. 2023-01-10T06:26:13.746Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:26:23.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:26:23.295Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:27:13.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:27:13.711Z||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. 2023-01-10T06:27:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:27:13.744Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:27:13.745Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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. 2023-01-10T06:27:13.745Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:27:23.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:27:23.289Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:28:13.724Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:28:13.725Z||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. 2023-01-10T06:28:13.725Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:28:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:28:13.743Z||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. 2023-01-10T06:28:13.743Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:28:23.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:28:23.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:29:13.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:29:13.712Z||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. 2023-01-10T06:29:13.712Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:29:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:29:13.745Z||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. 2023-01-10T06:29:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:29:23.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:29:23.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:30:13.710Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:30:13.711Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:30:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:30:13.742Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:30:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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. 2023-01-10T06:30:13.743Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:30:23.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:30:23.310Z|829fb2a7-baaa-4fb4-aeb1-2e7ae10ceadc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:31:13.711Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:31:13.712Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-10T06:31:13.712Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:31:13.744Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-10T06:31:13.745Z||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. 2023-01-10T06:31:13.745Z||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 O2OxMIcI4oQPHjDZ) ... 2023-01-10T06:31:23.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-10T06:31:23.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK