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-08T05:28:34.740Z||main|||||INFO|500||The following profiles are active: basic 2023-01-08T05:28:55.841Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-08T05:28:55.842Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-08T05:28:56.069Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-08T05:29:03.198Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-08T05:29:04.027Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-08T05:29:05.136Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-08T05:29:05.150Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-08T05:29:05.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-08T05:29:05.743Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-08T05:29:06.670Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-08T05:29:09.166Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-08T05:29:13.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-08T05:29:13.162Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-08T05:29:14.110Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-08T05:29:14.666Z||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-08T05:29:17.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-08T05:29:19.532Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-08T05:29:19.569Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-01-08T05:29:19.571Z||main|||||WARN|500||The sdc end point is not alive 2023-01-08T05:29:25.544Z||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-08T05:29:30.102Z||main|||||WARN|500||--- 2023-01-08T05:29:30.103Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-08T05:29:30.104Z||main|||||WARN|500||--- 2023-01-08T05:29:30.942Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-08T05:29:39.100Z||main|||||INFO|500||Started Application in 71.341 seconds (JVM running for 75.255) 2023-01-08T05:29:39.130Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-08T05:29:39.132Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-08T05:29:39.162Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-08T05:29:39.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-08T05:29:39.240Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e34f173-3d0f-4fc9-a478-2fb48253ce39 url= /sdc/v1/artifactTypes 2023-01-08T05:29:39.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-08T05:29:39.576Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-08T05:29:39.649Z||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-08T05:29:39.674Z||scheduling-1|||||DEBUG|500||create keys 2023-01-08T05:29:39.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-08T05:29:39.732Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:29:39.752Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68dd065f-d659-4e89-a7fa-71ce3bdfcd99 url= /sdc/v1/registerForDistribution 2023-01-08T05:29:39.872Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 68dd065f-d659-4e89-a7fa-71ce3bdfcd99 url= /sdc/v1/registerForDistribution 2023-01-08T05:29:39.872Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-08T05:29:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:29:39.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:29:39.893Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-08T05:29:39.902Z||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-08T05:29:39.903Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:29:39.905Z||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-08T05:29:39.906Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:29:50.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:29:50.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:30:39.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:30:39.883Z||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-08T05:30:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:30:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:30:39.884Z||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-08T05:30:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:30:49.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:30:49.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:31:39.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:31:39.882Z||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-08T05:31:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:31:39.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:31:39.892Z||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-08T05:31:39.892Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:31:49.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:31:49.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:32:39.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:32:39.882Z||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-08T05:32:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:32:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:32:39.887Z||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-08T05:32:39.888Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:32:49.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:32:49.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:33:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:33:39.881Z||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-08T05:33:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:33:39.884Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:33:39.886Z||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-08T05:33:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:33:49.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:33:49.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:34:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:34:39.882Z||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-08T05:34:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:34:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:34:39.884Z||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-08T05:34:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:34:49.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:34:49.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:35:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:35:39.882Z||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-08T05:35:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:35:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:35:39.884Z||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-08T05:35:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:35:49.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:35:49.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:36:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:36:39.882Z||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-08T05:36:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:36:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:36:39.884Z||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-08T05:36:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:36:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:36:49.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:37:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:37:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:37:39.884Z||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-08T05:37:39.884Z||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-08T05:37:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:37:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:37:49.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:37:49.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:38:28.040Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-08T05:38:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:38:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:38:39.883Z||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-08T05:38:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:38:39.885Z||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-08T05:38:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:38:49.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:38:49.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:39:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:39:39.882Z||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-08T05:39:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:39:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:39:39.884Z||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-08T05:39:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:39:49.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:39:49.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:40:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:40:39.882Z||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-08T05:40:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:40:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:40:39.884Z||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-08T05:40:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:40:49.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:40:49.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:41:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:41:39.882Z||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-08T05:41:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:41:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:41:39.884Z||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-08T05:41:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:41:49.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:41:49.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:42:39.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:42:39.881Z||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-08T05:42:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:42:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:42:39.884Z||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-08T05:42:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:42:49.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:42:49.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:43:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:43:39.882Z||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-08T05:43:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:43:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:43:39.884Z||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-08T05:43:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:43:49.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:43:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:44:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:44:39.882Z||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-08T05:44:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:44:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:44:39.884Z||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-08T05:44:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:44:49.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:44:49.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:45:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:45:39.882Z||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-08T05:45:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:45:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:45:39.884Z||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-08T05:45:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:45:49.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:45:49.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:46:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:46:39.882Z||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-08T05:46:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:46:39.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:46:39.884Z||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-08T05:46:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:46:49.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:46:49.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:47:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:47:39.883Z||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-08T05:47:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:47:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:47:39.884Z||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-08T05:47:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:47:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:47:49.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:48:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:48:39.882Z||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-08T05:48:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:48:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:48:39.884Z||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-08T05:48:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:48:49.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:48:49.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:49:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:49:39.882Z||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-08T05:49:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:49:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:49:39.885Z||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-08T05:49:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:49:49.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:49:49.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:50:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:50:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:50:39.884Z||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-08T05:50:39.884Z||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-08T05:50:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:50:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:50:49.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:50:49.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:51:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:51:39.881Z||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-08T05:51:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:51:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:51:39.884Z||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-08T05:51:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:51:49.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:51:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:52:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:52:39.883Z||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-08T05:52:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:52:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:52:39.884Z||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-08T05:52:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:52:49.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:52:49.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:53:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:53:39.882Z||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-08T05:53:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:53:39.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:53:39.887Z||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-08T05:53:39.888Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:53:49.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:53:49.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:54:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:54:39.883Z||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-08T05:54:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:54:39.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:54:39.885Z||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-08T05:54:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:54:49.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:54:49.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:55:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:55:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:55:39.882Z||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-08T05:55:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:55:39.886Z||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-08T05:55:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:55:49.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:55:49.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:56:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:56:39.882Z||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-08T05:56:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:56:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:56:39.884Z||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-08T05:56:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:56:49.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:56:49.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:57:39.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:57:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:57:39.884Z||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-08T05:57:39.884Z||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-08T05:57:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:57:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:57:49.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:57:49.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:58:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:58:39.883Z||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-08T05:58:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:58:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:58:39.884Z||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-08T05:58:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:58:49.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:58:49.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:59:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:59:39.882Z||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-08T05:59:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:59:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T05:59:39.884Z||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-08T05:59:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T05:59:49.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T05:59:49.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:00:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:00:39.882Z||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-08T06:00:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:00:39.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:00:39.886Z||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-08T06:00:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:00:49.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:00:49.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:01:39.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:01:39.884Z||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-08T06:01:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:01:39.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:01:39.888Z||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-08T06:01:39.888Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:01:49.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:01:49.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:02:39.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:02:39.882Z||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-08T06:02:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:02:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:02:39.884Z||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-08T06:02:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:02:49.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:02:49.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:03:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:03:39.882Z||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-08T06:03:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:03:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:03:39.884Z||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-08T06:03:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:03:49.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:03:49.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:04:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:04:39.881Z||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-08T06:04:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:04:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:04:39.884Z||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-08T06:04:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:04:49.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:04:49.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:05:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:05:39.881Z||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-08T06:05:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:05:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:05:39.884Z||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-08T06:05:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:05:49.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:05:49.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:06:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:06:39.881Z||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-08T06:06:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:06:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:06:39.884Z||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-08T06:06:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:06:49.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:06:49.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:07:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:07:39.882Z||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-08T06:07:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:07:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:07:39.884Z||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-08T06:07:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:07:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:07:49.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:08:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:08:39.883Z||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-08T06:08:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:08:39.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:08:39.886Z||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-08T06:08:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:08:49.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:08:49.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:09:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:09:39.881Z||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-08T06:09:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:09:39.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:09:39.885Z||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-08T06:09:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:09:49.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:09:49.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:10:39.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:10:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:10:39.884Z||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-08T06:10:39.884Z||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-08T06:10:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:10:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:10:49.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:10:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:11:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:11:39.883Z||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-08T06:11:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:11:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:11:39.885Z||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-08T06:11:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:11:49.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:11:49.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:12:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:12:39.881Z||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-08T06:12:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:12:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:12:39.884Z||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-08T06:12:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:12:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:12:49.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:13:39.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:13:39.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:13:39.895Z||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-08T06:13:39.895Z||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-08T06:13:39.895Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:13:39.895Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:13:49.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:13:49.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:14:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:14:39.883Z||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-08T06:14:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:14:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:14:39.884Z||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-08T06:14:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:14:49.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:14:49.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:15:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:15:39.881Z||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-08T06:15:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:15:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:15:39.884Z||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-08T06:15:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:15:49.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:15:49.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:16:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:16:39.881Z||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-08T06:16:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:16:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:16:39.884Z||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-08T06:16:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:16:49.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:16:49.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:17:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:17:39.881Z||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-08T06:17:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:17:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:17:39.884Z||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-08T06:17:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:17:49.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:17:49.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:18:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:18:39.883Z||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-08T06:18:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:18:39.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:18:39.885Z||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-08T06:18:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:18:49.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:18:49.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:19:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:19:39.883Z||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-08T06:19:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:19:39.884Z||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-08T06:19:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:19:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:19:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:19:49.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:20:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:20:39.881Z||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-08T06:20:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:20:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:20:39.884Z||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-08T06:20:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:20:49.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:20:49.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:21:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:21:39.881Z||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-08T06:21:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:21:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:21:39.884Z||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-08T06:21:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:21:49.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:21:49.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:22:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:22:39.882Z||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-08T06:22:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:22:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:22:39.884Z||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-08T06:22:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:22:49.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:22:49.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:23:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:23:39.882Z||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-08T06:23:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:23:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:23:39.884Z||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-08T06:23:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:23:49.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:23:49.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:24:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:24:39.882Z||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-08T06:24:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:24:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:24:39.884Z||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-08T06:24:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:24:49.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:24:49.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:25:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:25:39.883Z||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-08T06:25:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:25:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:25:39.884Z||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-08T06:25:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:25:49.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:25:49.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:26:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:26:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:26:39.884Z||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-08T06:26:39.884Z||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-08T06:26:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:26:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:26:49.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:26:49.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:27:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:27:39.882Z||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-08T06:27:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:27:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:27:39.885Z||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-08T06:27:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:27:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:27:49.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:28:39.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:28:39.886Z||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-08T06:28:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:28:39.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:28:39.886Z||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-08T06:28:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:28:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:28:49.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:29:39.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:29:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:29:39.883Z||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-08T06:29:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:29:39.884Z||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-08T06:29:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:29:49.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:29:49.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:30:39.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:30:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:30:39.884Z||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-08T06:30:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:30:39.884Z||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-08T06:30:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:30:49.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:30:49.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:39.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:31:39.883Z||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-08T06:31:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:31:39.884Z||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-08T06:31:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:40.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:40.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:40.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"41f32536-455d-4d8f-bead-b1e7e59e0c4f","serviceName":"basic_onboard_dtgZDk","serviceVersion":"1.0","serviceUUID":"c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4","serviceDescription":"service","serviceInvariantUUID":"101de430-1329-4bc2-8eae-0e2369c6a61a","resources":[{"resourceInstanceName":"basic_onboard_dtgZDk 0","resourceName":"basic_onboard_dtgZDk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"037eb2aa-51df-46b3-8297-3345167ad788","resourceInvariantUUID":"84e32add-2c54-483c-af01-02bbe689f5fc","resourceCustomizationUUID":"62a04941-7f44-4159-9857-bd40e581e132","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml","artifactChecksum":"Mjg0YTgwMDkxOWMwNWExNTg5MmQyNGNjMTJlMDQxNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44a9f6f2-11a6-4468-bcef-6b91651b9dbe","artifactVersion":"1"},{"artifactName":"basic_onboard_dtgzdk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json","artifactChecksum":"YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0c30f54-95f3-4508-984c-a091078e2d72","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b4c6139-12e9-4dd6-b693-46e867422223","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e911507-5826-4b7b-a161-cee65fd3f973","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26b86461-1d03-4650-8c7c-947c906ef667","artifactVersion":"2","generatedFromUUID":"2b4c6139-12e9-4dd6-b693-46e867422223"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDtgzdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml","artifactChecksum":"NTk0NjYxZTY4N2VmZGNhN2QwOTExMDExNGQ0YjgwYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93547fe8-06da-4237-9f66-8eba53236a0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDtgzdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar","artifactChecksum":"MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33fd4aba-0d80-4877-954e-3db133516647","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:31:40.554Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:40.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:40.583Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:40.584Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:31:40.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-08T06:31:40.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-08T06:31:40.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159437940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:31:40.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159423791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:31:40.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "ves-openapi-manager", "timestamp": 1673159439447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:40.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159435111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:31:40.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159442432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:31:40.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:31:40.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159456182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:40.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:40.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159455905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:40.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:40.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159455806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:40.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159456412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:40.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:40.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "cds-sdc-listener", "timestamp": 1673159456922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-08T06:31:40.683Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-01-08T06:31:40.695Z||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-08T06:31:40.696Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:40.713Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:40.714Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:31:40.987Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f 2023-01-08T06:31:41.024Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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-08T06:31:41.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159457291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:41.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:41.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159458482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:41.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159459625, "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-08T06:31:41.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f 2023-01-08T06:31:41.082Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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-08T06:31:41.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "multicloud-k8s", "timestamp": 1673159460631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:31:41.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:41.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159460887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:31:41.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:41.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159461893, "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-08T06:31:41.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f 2023-01-08T06:31:41.105Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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-08T06:31:41.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159470227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:31:41.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:31:41.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:31:41.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "aai-model-loader", "timestamp": 1673159471231, "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-08T06:31:41.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f 2023-01-08T06:31:41.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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-08T06:31:41.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:41.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:41.597Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:41.597Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:31:41.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-08T06:31:41.707Z||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-08T06:31:41.707Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:41.719Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:41.720Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:42.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:42.599Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:42.601Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:42.601Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-08T06:31:42.701Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:31:42.703Z||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-08T06:31:42.703Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:42.719Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:42.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:43.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:43.603Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:43.606Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:43.607Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:43.707Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:43.708Z||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-08T06:31:43.708Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:43.725Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:43.726Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:44.608Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:44.609Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:44.612Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:44.613Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-08T06:31:44.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:44.714Z||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-08T06:31:44.715Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:44.727Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:44.729Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:31:45.614Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:45.615Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:45.618Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:45.620Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:31:45.718Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-08T06:31:45.720Z||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-08T06:31:45.720Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:45.731Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:45.732Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:46.621Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:31:46.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:46.627Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:46.627Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:31:46.727Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:31:46.728Z||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-08T06:31:46.728Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:46.739Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:46.740Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:47.630Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "serviceName": "basic_onboard_dtgZDk", "serviceVersion": "1.0", "serviceUUID": "c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4", "serviceDescription": "service", "serviceInvariantUUID": "101de430-1329-4bc2-8eae-0e2369c6a61a", "resources": [ { "resourceInstanceName": "basic_onboard_dtgZDk 0", "resourceCustomizationUUID": "62a04941-7f44-4159-9857-bd40e581e132", "resourceName": "basic_onboard_dtgZDk", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "037eb2aa-51df-46b3-8297-3345167ad788", "resourceInvariantUUID": "84e32add-2c54-483c-af01-02bbe689f5fc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dtgzdk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "artifactChecksum": "YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0c30f54-95f3-4508-984c-a091078e2d72", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2b4c6139-12e9-4dd6-b693-46e867422223", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26b86461-1d03-4650-8c7c-947c906ef667", "generatedFromUUID": "2b4c6139-12e9-4dd6-b693-46e867422223" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26b86461-1d03-4650-8c7c-947c906ef667", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDtgzdk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "artifactChecksum": "MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33fd4aba-0d80-4877-954e-3db133516647" } ], "workloadContext": "Production" } 2023-01-08T06:31:47.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:31:47.632Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 ASDC 2023-01-08T06:31:47.768Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:41f32536-455d-4d8f-bead-b1e7e59e0c4f ServiceName:basic_onboard_dtgZDk ServiceVersion:1.0 ServiceUUID:c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 ServiceInvariantUUID:101de430-1329-4bc2-8eae-0e2369c6a61a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDtgzdk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar ArtifactUUID:33fd4aba-0d80-4877-954e-3db133516647 ArtifactChecksum:MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_dtgZDk 0 ResourceCustomizationUUID:62a04941-7f44-4159-9857-bd40e581e132 ResourceInvariantUUID:84e32add-2c54-483c-af01-02bbe689f5fc ResourceName:basic_onboard_dtgZDk ResourceType:VF ResourceUUID:037eb2aa-51df-46b3-8297-3345167ad788 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dtgzdk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json ArtifactUUID:a0c30f54-95f3-4508-984c-a091078e2d72 ArtifactChecksum:YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI= 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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml ArtifactUUID:2b4c6139-12e9-4dd6-b693-46e867422223 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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ArtifactUUID:26b86461-1d03-4650-8c7c-947c906ef667 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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ArtifactUUID:26b86461-1d03-4650-8c7c-947c906ef667 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T06:31:47.769Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 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-08T06:31:47.837Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:31:47.840Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-08T06:31:47.843Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-08T06:31:47.844Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33fd4aba-0d80-4877-954e-3db133516647 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:47.844Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-08T06:31:47.846Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:47.982Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-08T06:31:48.002Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 33fd4aba-0d80-4877-954e-3db133516647 75674 2023-01-08T06:31:48.005Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar ASDC sendASDCNotification 2023-01-08T06:31:48.005Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:48.007Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:31:48.009Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:48.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:48.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159508003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:48.112Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:31:48.113Z||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-08T06:31:48.113Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:48.125Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:48.126Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:49.013Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:31:49.014Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-08T06:31:49.016Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 33fd4aba-0d80-4877-954e-3db133516647, URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar to file: /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:49.017Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:49.130Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:49.130Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:49.976Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP901077447756577839/Definitions/service-BasicOnboardDtgzdk-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-08T06:31:52.509Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:31:52.515Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-08T06:31:52.515Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dtgZDk 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-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-08T06:31:52.524Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.525Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.530Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:52.530Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-08T06:31:52.532Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:31:52.533Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:31:52.535Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.535Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.539Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.539Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria 2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:31:52.542Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e0f90fb-ef47-441c-9e89-0ec2665cbc03 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:52.547Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_dtgZDk Description:service Model UUID:c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 Model Version:NULL Model InvariantUuid:101de430-1329-4bc2-8eae-0e2369c6a61a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_dtgZDk Model UUID:a8a13858-3e86-4cfa-ac35-6865d543ba6a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:84e32add-2c54-483c-af01-02bbe689f5fc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:62a04941-7f44-4159-9857-bd40e581e132 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9859588a-b109-4bd5-844f-be72bc1723a7 ModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0 ModelUuid:1e186c33-94a9-4def-b8d2-c32506ebe2a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e0f90fb-ef47-441c-9e89-0ec2665cbc03 ModelInvariantUuid:ecd2ce93-7129-4bc0-ad96-73993268bdd6 ModelName:basic_onboard_dtgZDk-nodes.ubuntu18Cvfc ModelUuid:69a0a205-84ac-4caf-bba4-5d88d906372f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2bda8c26-e01c-4ac6-80d7-dcd87aec00d9 ModelInvariantUuid:26c2cdd1-2997-46b7-b201-ac9f8cfbd37c ModelName:BasicOnboardDtgzdk.compute.nodes.heat.ubuntu18 ModelUuid:0c19e825-074f-48aa-b6e9-c8a36dcfdc3f 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-08T06:31:52.561Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 037eb2aa-51df-46b3-8297-3345167ad788 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-08T06:31:52.673Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||basic_onboard_dtgZDk 0 2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 037eb2aa-51df-46b3-8297-3345167ad788 2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a0c30f54-95f3-4508-984c-a091078e2d72 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json 2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json 2023-01-08T06:31:52.771Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-08T06:31:52.772Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json a0c30f54-95f3-4508-984c-a091078e2d72 798 2023-01-08T06:31:52.772Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json ASDC sendASDCNotification 2023-01-08T06:31:52.773Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json 2023-01-08T06:31:52.773Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:31:52.774Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:52.777Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:52.777Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159512772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:52.877Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:52.878Z||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-08T06:31:52.878Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:52.889Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:52.890Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:53.778Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDtgzdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9859588a-b109-4bd5-844f-be72bc1723a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e186c33-94a9-4def-b8d2-c32506ebe2a8", "vfModuleModelCustomizationUUID": "845fa9c9-a542-41f0-9755-57349254638e", "isBase": true, "artifacts": [ "2b4c6139-12e9-4dd6-b693-46e867422223", "26b86461-1d03-4650-8c7c-947c906ef667" ], "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-08T06:31:53.794Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e186c33-94a9-4def-b8d2-c32506ebe2a8 VfModuleModelInvariantUUID:9859588a-b109-4bd5-844f-be72bc1723a7 VfModuleModelDescription:NULL Artifacts UUID List:{ 2b4c6139-12e9-4dd6-b693-46e867422223 , 26b86461-1d03-4650-8c7c-947c906ef667 } 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-08T06:31:53.797Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDtgzdk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9859588a-b109-4bd5-844f-be72bc1723a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e186c33-94a9-4def-b8d2-c32506ebe2a8", "vfModuleModelCustomizationUUID": "845fa9c9-a542-41f0-9755-57349254638e", "isBase": true, "artifacts": [ "2b4c6139-12e9-4dd6-b693-46e867422223", "26b86461-1d03-4650-8c7c-947c906ef667" ], "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-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e186c33-94a9-4def-b8d2-c32506ebe2a8 VfModuleModelInvariantUUID:9859588a-b109-4bd5-844f-be72bc1723a7 VfModuleModelDescription:NULL Artifacts UUID List:{ 2b4c6139-12e9-4dd6-b693-46e867422223 , 26b86461-1d03-4650-8c7c-947c906ef667 } 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-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b4c6139-12e9-4dd6-b693-46e867422223 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2023-01-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-08T06:31:53.799Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2023-01-08T06:31:53.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2b4c6139-12e9-4dd6-b693-46e867422223 5033 2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:31:53.886Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:53.888Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:53.888Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159513885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:53.989Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:31:53.990Z||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-08T06:31:53.990Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:54.005Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:54.006Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:54.889Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 26b86461-1d03-4650-8c7c-947c906ef667 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 2023-01-08T06:31:54.891Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-08T06:31:54.891Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 2023-01-08T06:31:54.951Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-08T06:31:54.951Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 26b86461-1d03-4650-8c7c-947c906ef667 909 2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:54.955Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:54.955Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159514951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:31:55.055Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:55.056Z||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-08T06:31:55.056Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:55.070Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:55.071Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:55.956Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 2023-01-08T06:31:55.956Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dtgZDk 0 037eb2aa-51df-46b3-8297-3345167ad788 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-08T06:31:56.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d805c73, org.onap.sdc.toscaparser.api.parameters.Input@203a6120, org.onap.sdc.toscaparser.api.parameters.Input@5f3aed21, org.onap.sdc.toscaparser.api.parameters.Input@240b0ba2, org.onap.sdc.toscaparser.api.parameters.Input@7bb7a894] 2023-01-08T06:31:56.019Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 62a04941-7f44-4159-9857-bd40e581e132 2023-01-08T06:31:56.021Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62a04941-7f44-4159-9857-bd40e581e132 matches Tosca VF Customization UUID: 62a04941-7f44-4159-9857-bd40e581e132 2023-01-08T06:31:56.021Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 62a04941-7f44-4159-9857-bd40e581e132 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-08T06:31:56.033Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.034Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 62a04941-7f44-4159-9857-bd40e581e132: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b0d8cb0 2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:31:56.039Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 845fa9c9-a542-41f0-9755-57349254638e 2023-01-08T06:31:56.040Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 845fa9c9-a542-41f0-9755-57349254638e 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-08T06:31:56.053Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.053Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:56.054Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:56.055Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.055Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria 2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-08T06:31:56.057Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e0f90fb-ef47-441c-9e89-0ec2665cbc03 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-08T06:31:56.069Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.071Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria 2023-01-08T06:31:56.071Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=62a04941-7f44-4159-9857-bd40e581e132 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-08T06:31:56.075Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.075Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4: basic_onboard_dtgZDk 2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_dtgZDk 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-08T06:31:56.315Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dtgZDk 037eb2aa-51df-46b3-8297-3345167ad788 1 ASDC deployResourceStructure 2023-01-08T06:31:56.316Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json ASDC sendASDCNotification 2023-01-08T06:31:56.316Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json 2023-01-08T06:31:56.317Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:31:56.317Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:56.320Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:56.320Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159516316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:31:56.420Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:56.421Z||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-08T06:31:56.422Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:56.434Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:56.435Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:57.322Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:57.325Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:57.325Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159517321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:31:57.425Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:57.426Z||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-08T06:31:57.426Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:57.436Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:57.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:58.328Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-08T06:31:58.329Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 2023-01-08T06:31:58.329Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:31:58.330Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:58.332Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:58.332Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159518328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-08T06:31:58.432Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:58.433Z||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-08T06:31:58.433Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:58.444Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:58.444Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:31:59.333Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar ASDC sendASDCNotification 2023-01-08T06:31:59.333Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 2023-01-08T06:31:59.334Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:31:59.334Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:31:59.336Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:31:59.336Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159519333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:31:59.436Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:31:59.437Z||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-08T06:31:59.438Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:31:59.450Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:31:59.450Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:32:00.341Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:32:00.372Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:32:00.377Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:32:00.377Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:32:00.379Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:32:00.379Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-08T06:32:00.384Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:32:30.385Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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-08T06:32:30.396Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f and serviceModelVersionId: c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 2023-01-08T06:32:30.396Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 101de430-1329-4bc2-8eae-0e2369c6a61a 2023-01-08T06:32:39.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:32:39.889Z||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-08T06:32:39.889Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:32:40.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:32:40.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-08T06:32:40.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:32:40.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-08T06:32:49.063Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0 2023-01-08T06:32:49.226Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:32:49.874Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?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-08T06:32:49.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|INFO|500||Invoke 2023-01-08T06:32:50.025Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:32:50.300Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|INFO|500||InvokeReturn 2023-01-08T06:32:50.302Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:32:49 GMT], content-length=[0], vertex-id=[200944], x-aai-txid=[1-aai-resources-230108-06:32:49:124-11949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:32:50.302Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:32:50.307Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:32:50.308Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-08T06:32:50.337Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-08T06:32:50.338Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41f32536-455d-4d8f-bead-b1e7e59e0c4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:32:50.340Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:32:50.340Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:32:50.354Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:32:50.354Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159570338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:32:50.443Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2023-01-08T06:32:50.444Z||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-08T06:32:50.444Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:32:50.463Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:32:50.464Z||pool-18-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-08T06:32:51.374Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:32:51.375Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T06:32:51.375Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:33:00.915Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:33:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T06:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:33:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:33:39.884Z||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-08T06:33:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:33:39.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:33:39.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:33:39.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-08T06:33:39.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159499881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159508003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159512772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159513885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159514951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159516316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159517321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159518328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:33:39.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159519333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:33:39.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:33:49.427Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:34:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:34:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:34:39.884Z||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-08T06:34:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T06:34:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:34:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:34:40.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:34:40.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T06:34:40.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159570338, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:34:40.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:34:49.433Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:39.880Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:35:39.881Z||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-08T06:35:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:39.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:35:39.889Z||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-08T06:35:39.889Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:46.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:46.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T06:35:46.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc77acbf-63fe-45b2-867b-60b312e8695c","serviceName":"vFW 2023-01-08 06-34-43","serviceVersion":"1.0","serviceUUID":"02540462-726a-4b6f-8dbf-d3f3028cb84d","serviceDescription":"catalog service description","serviceInvariantUUID":"30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0","resources":[{"resourceInstanceName":"vFW 7370e992-9a54 0","resourceName":"vFW 7370e992-9a54","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8c0d3ed-3a56-47b6-ae3e-920831af4afe","resourceInvariantUUID":"64b3b7e5-2ef4-4f12-a6a9-507263792219","resourceCustomizationUUID":"0f158f93-e05f-461b-b065-6c0f31444db1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml","artifactChecksum":"MTMzZWJjMGZhY2U4MTAxMTc4ZTNlNTkxNjAwNDA2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e0ff32a-98b4-4f5e-84e0-b01830701376","artifactVersion":"1"},{"artifactName":"vfw7370e9929a540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json","artifactChecksum":"NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a5a1ec5-9826-4525-b8a0-52f27bcac8d7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"674850e8-7c85-4755-bb3d-b6fedfdcc89a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml","artifactChecksum":"ZTcyODMwNGRkZjA5ZTdkMWU3OTgyYTI1MzEyOTFlYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd389969-66de-4971-8d18-c94ca5881c51","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf95b592-94a8-4c61-a754-3eb7ecb49b4a","artifactVersion":"2","generatedFromUUID":"674850e8-7c85-4755-bb3d-b6fedfdcc89a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230108063443-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml","artifactChecksum":"NzFlMDJiMGQ2ZjkxMTg1MWQ3MTJmZjM5MDYwM2I3ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c16a4e-f770-497e-8312-8b48c84bf568","artifactVersion":"1"},{"artifactName":"service-Vfw20230108063443-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar","artifactChecksum":"MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f15e7578-5451-46fe-8beb-73f17b9b30f8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:35:46.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:46.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:35:46.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:46.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:35:46.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:46.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:46.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:35:46.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:46.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:35:46.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:46.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:46.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:35:46.585Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:46.586Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:46.686Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-08T06:35:46.687Z||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-08T06:35:46.687Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:46.699Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:46.699Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:35:47.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:47.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:47.596Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:47.596Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOTIFIED" } 2023-01-08T06:35:47.695Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:35:47.696Z||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-08T06:35:47.696Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:47.707Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:47.708Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:48.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:48.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:48.602Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:48.603Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-08T06:35:48.702Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-08T06:35:48.702Z||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-08T06:35:48.703Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:48.713Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:48.714Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:49.604Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:49.605Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:49.610Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:49.610Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:49.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:35:49.711Z||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-08T06:35:49.712Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:49.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:49.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:35:50.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:50.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:50.615Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:50.615Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-08T06:35:50.715Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:35:50.717Z||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-08T06:35:50.717Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:50.736Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:50.737Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:51.616Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:51.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:51.626Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:51.626Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:35:51.727Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:35:51.728Z||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-08T06:35:51.728Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:51.738Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:51.739Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:52.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:35:52.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:52.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:52.637Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:35:52.737Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:35:52.738Z||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-08T06:35:52.738Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:52.747Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:52.747Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:53.640Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "serviceName": "vFW 2023-01-08 06-34-43", "serviceVersion": "1.0", "serviceUUID": "02540462-726a-4b6f-8dbf-d3f3028cb84d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0", "resources": [ { "resourceInstanceName": "vFW 7370e992-9a54 0", "resourceCustomizationUUID": "0f158f93-e05f-461b-b065-6c0f31444db1", "resourceName": "vFW 7370e992-9a54", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d8c0d3ed-3a56-47b6-ae3e-920831af4afe", "resourceInvariantUUID": "64b3b7e5-2ef4-4f12-a6a9-507263792219", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7370e9929a540_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "artifactChecksum": "NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a5a1ec5-9826-4525-b8a0-52f27bcac8d7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "674850e8-7c85-4755-bb3d-b6fedfdcc89a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cf95b592-94a8-4c61-a754-3eb7ecb49b4a", "generatedFromUUID": "674850e8-7c85-4755-bb3d-b6fedfdcc89a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cf95b592-94a8-4c61-a754-3eb7ecb49b4a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230108063443-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "artifactChecksum": "MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f15e7578-5451-46fe-8beb-73f17b9b30f8" } ], "workloadContext": "Production" } 2023-01-08T06:35:53.642Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:35:53.645Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02540462-726a-4b6f-8dbf-d3f3028cb84d ASDC 2023-01-08T06:35:53.646Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:bc77acbf-63fe-45b2-867b-60b312e8695c ServiceName:vFW 2023-01-08 06-34-43 ServiceVersion:1.0 ServiceUUID:02540462-726a-4b6f-8dbf-d3f3028cb84d ServiceInvariantUUID:30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230108063443-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar ArtifactUUID:f15e7578-5451-46fe-8beb-73f17b9b30f8 ArtifactChecksum:MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7370e992-9a54 0 ResourceCustomizationUUID:0f158f93-e05f-461b-b065-6c0f31444db1 ResourceInvariantUUID:64b3b7e5-2ef4-4f12-a6a9-507263792219 ResourceName:vFW 7370e992-9a54 ResourceType:VF ResourceUUID:d8c0d3ed-3a56-47b6-ae3e-920831af4afe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7370e9929a540_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json ArtifactUUID:0a5a1ec5-9826-4525-b8a0-52f27bcac8d7 ArtifactChecksum:NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ= 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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml ArtifactUUID:674850e8-7c85-4755-bb3d-b6fedfdcc89a 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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ArtifactUUID:cf95b592-94a8-4c61-a754-3eb7ecb49b4a 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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ArtifactUUID:cf95b592-94a8-4c61-a754-3eb7ecb49b4a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T06:35:53.647Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02540462-726a-4b6f-8dbf-d3f3028cb84d 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-08T06:35:53.713Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:35:53.714Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f15e7578-5451-46fe-8beb-73f17b9b30f8 from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:35:53.716Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:53.851Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:35:53.862Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar f15e7578-5451-46fe-8beb-73f17b9b30f8 101479 2023-01-08T06:35:53.863Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar ASDC sendASDCNotification 2023-01-08T06:35:53.864Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:53.864Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:35:53.865Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:53.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:53.872Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159753863, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:35:53.972Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:35:53.974Z||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-08T06:35:53.974Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:53.986Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:53.987Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:35:54.872Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:35:54.873Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:35:54.874Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f15e7578-5451-46fe-8beb-73f17b9b30f8, URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar to file: /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:54.874Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230108063443-csar.csar 2023-01-08T06:35:54.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:54.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:55.277Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7051898191533227718/Definitions/service-Vfw20230108063443-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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 2023-01-08T06:35:57.738Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:35:57.739Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:35:57.739Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7370e992-9a54 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-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar 2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94980072-2f69-4ecb-baca-be25b07b70ad 2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a35fb5ec-52ba-4356-9eee-6f81e32f6d7d 2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f23467f-93da-4951-a373-872d9d7c8fa4 2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.769Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.769Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:35:57.770Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:35:57.770Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-08 06-34-43 Description:catalog service description Model UUID:02540462-726a-4b6f-8dbf-d3f3028cb84d Model Version:NULL Model InvariantUuid:30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7370e992-9a54 Model UUID:ba2fa8f5-e112-4a63-94f4-fbb5a3ff9340 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:64b3b7e5-2ef4-4f12-a6a9-507263792219 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f158f93-e05f-461b-b065-6c0f31444db1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89ba848a-7abd-49c4-83aa-cdab97e2f1d8 ModelName:Vfw7370e9929a54..base_vfw..module-0 ModelUuid:3c904567-4b63-4e33-b9bf-7ba1cb359112 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:94980072-2f69-4ecb-baca-be25b07b70ad ModelInvariantUuid:987c1396-4e38-4c43-bce8-ca23a4cd1573 ModelName:vFW 7370e992-9a54-nodes.vfwCvfc ModelUuid:0be8ff73-da1e-4070-9e3a-4dab042e95ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:49e360ca-8dee-4aa7-ad6f-485fbb3c793a ModelInvariantUuid:8ed098fe-e2af-4ce2-a1f4-3000a17d321d ModelName:Vfw7370e9929a54.compute.nodes.heat.vfw ModelUuid:5d393e9e-df1a-47ab-8c9f-54ef8ec3c46b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a35fb5ec-52ba-4356-9eee-6f81e32f6d7d ModelInvariantUuid:0046f046-702e-4046-9ea9-043370b9e5e4 ModelName:vFW 7370e992-9a54-nodes.vsnCvfc ModelUuid:beca2ae9-97f0-4271-8831-9d056b0e9f9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:971a22a4-b16b-48d1-8fae-449c80957241 ModelInvariantUuid:d4515ea3-4435-4885-8cbb-af55a2733140 ModelName:Vfw7370e9929a54.compute.nodes.heat.vsn ModelUuid:32172686-605c-48c0-8068-603db98b54dd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5f23467f-93da-4951-a373-872d9d7c8fa4 ModelInvariantUuid:539a8354-cae3-4ad5-8fc1-9282c953969b ModelName:vFW 7370e992-9a54-nodes.vpgCvfc ModelUuid:885f9428-5c7b-4143-806d-9c11ac075a22 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:66c477b7-9fab-4124-9cb6-1698bd1aaacc ModelInvariantUuid:0267736f-b29a-454b-96dc-5c6603d000fe ModelName:Vfw7370e9929a54.compute.nodes.heat.vpg ModelUuid:5e00f9d0-39b5-4bf3-89db-9a9aa3f0069c 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-08T06:35:57.778Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d8c0d3ed-3a56-47b6-ae3e-920831af4afe 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-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||vFW 7370e992-9a54 0 2023-01-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8c0d3ed-3a56-47b6-ae3e-920831af4afe 2023-01-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0a5a1ec5-9826-4525-b8a0-52f27bcac8d7 from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 2023-01-08T06:35:57.785Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:35:57.785Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 2023-01-08T06:35:57.851Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:35:57.852Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 0a5a1ec5-9826-4525-b8a0-52f27bcac8d7 785 2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json ASDC sendASDCNotification 2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:57.855Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:57.856Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159757852, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:35:57.956Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:35:57.957Z||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-08T06:35:57.957Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:57.975Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:57.976Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:58.862Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7370e9929a54..base_vfw..module-0", "vfModuleModelInvariantUUID": "89ba848a-7abd-49c4-83aa-cdab97e2f1d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c904567-4b63-4e33-b9bf-7ba1cb359112", "vfModuleModelCustomizationUUID": "7ce752ad-0261-4d3c-8615-1dfdef075e22", "isBase": true, "artifacts": [ "674850e8-7c85-4755-bb3d-b6fedfdcc89a", "cf95b592-94a8-4c61-a754-3eb7ecb49b4a" ], "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-08T06:35:58.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7370e9929a54..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c904567-4b63-4e33-b9bf-7ba1cb359112 VfModuleModelInvariantUUID:89ba848a-7abd-49c4-83aa-cdab97e2f1d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 674850e8-7c85-4755-bb3d-b6fedfdcc89a , cf95b592-94a8-4c61-a754-3eb7ecb49b4a } 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-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7370e9929a54..base_vfw..module-0", "vfModuleModelInvariantUUID": "89ba848a-7abd-49c4-83aa-cdab97e2f1d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c904567-4b63-4e33-b9bf-7ba1cb359112", "vfModuleModelCustomizationUUID": "7ce752ad-0261-4d3c-8615-1dfdef075e22", "isBase": true, "artifacts": [ "674850e8-7c85-4755-bb3d-b6fedfdcc89a", "cf95b592-94a8-4c61-a754-3eb7ecb49b4a" ], "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-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7370e9929a54..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c904567-4b63-4e33-b9bf-7ba1cb359112 VfModuleModelInvariantUUID:89ba848a-7abd-49c4-83aa-cdab97e2f1d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 674850e8-7c85-4755-bb3d-b6fedfdcc89a , cf95b592-94a8-4c61-a754-3eb7ecb49b4a } 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-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 674850e8-7c85-4755-bb3d-b6fedfdcc89a from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 2023-01-08T06:35:58.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:35:58.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 2023-01-08T06:35:58.936Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:35:58.938Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 674850e8-7c85-4755-bb3d-b6fedfdcc89a 20368 2023-01-08T06:35:58.938Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-08T06:35:58.939Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 2023-01-08T06:35:58.939Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:35:58.940Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:35:58.942Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:35:58.943Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159758938, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:35:59.043Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:35:59.044Z||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-08T06:35:59.044Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:35:59.055Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:35:59.055Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:35:59.949Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf95b592-94a8-4c61-a754-3eb7ecb49b4a from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env 2023-01-08T06:35:59.949Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:35:59.950Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env 2023-01-08T06:36:00.043Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:36:00.043Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env cf95b592-94a8-4c61-a754-3eb7ecb49b4a 2098 2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env 2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:36:00.046Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:36:00.047Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159760044, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:36:00.154Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-08T06:36:00.155Z||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-08T06:36:00.155Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:00.167Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:00.168Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:36:01.059Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 02540462-726a-4b6f-8dbf-d3f3028cb84d 2023-01-08T06:36:01.059Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7370e992-9a54 0 d8c0d3ed-3a56-47b6-ae3e-920831af4afe 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-08T06:36:01.092Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ee833b2, org.onap.sdc.toscaparser.api.parameters.Input@6a50e0d6, org.onap.sdc.toscaparser.api.parameters.Input@515ec190, org.onap.sdc.toscaparser.api.parameters.Input@42cf233d, org.onap.sdc.toscaparser.api.parameters.Input@7d85fd75] 2023-01-08T06:36:01.094Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0f158f93-e05f-461b-b065-6c0f31444db1 2023-01-08T06:36:01.096Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f158f93-e05f-461b-b065-6c0f31444db1 matches Tosca VF Customization UUID: 0f158f93-e05f-461b-b065-6c0f31444db1 2023-01-08T06:36:01.096Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0f158f93-e05f-461b-b065-6c0f31444db1 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-08T06:36:01.101Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.101Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0f158f93-e05f-461b-b065-6c0f31444db1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c26ee9a 2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ce752ad-0261-4d3c-8615-1dfdef075e22 2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ce752ad-0261-4d3c-8615-1dfdef075e22 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-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:36:01.111Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.111Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.115Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94980072-2f69-4ecb-baca-be25b07b70ad 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-08T06:36:01.131Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.132Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.132Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a35fb5ec-52ba-4356-9eee-6f81e32f6d7d 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-08T06:36:01.151Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.152Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.153Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:36:01.157Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.158Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria 2023-01-08T06:36:01.158Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f23467f-93da-4951-a373-872d9d7c8fa4 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-08T06:36:01.175Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.176Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.176Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria 2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=0f158f93-e05f-461b-b065-6c0f31444db1 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-08T06:36:01.181Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.181Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.182Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 02540462-726a-4b6f-8dbf-d3f3028cb84d: vFW 7370e992-9a54 2023-01-08T06:36:01.182Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.183Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.183Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.184Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.184Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.186Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:36:01.186Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:36:01.187Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-08 06-34-43 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-08T06:36:01.503Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7370e992-9a54 d8c0d3ed-3a56-47b6-ae3e-920831af4afe 1 ASDC deployResourceStructure 2023-01-08T06:36:01.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json ASDC sendASDCNotification 2023-01-08T06:36:01.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 2023-01-08T06:36:01.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:36:01.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:36:01.537Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:36:01.538Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159761528, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:36:01.636Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-08T06:36:01.638Z||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-08T06:36:01.638Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:01.653Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:01.654Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:36:02.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:36:02.543Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:36:02.543Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159762540, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:36:02.643Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:36:02.645Z||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-08T06:36:02.645Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:02.655Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:02.656Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env 2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:36:03.546Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:36:03.546Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159763544, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-08T06:36:03.647Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:36:03.648Z||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-08T06:36:03.648Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:03.658Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:03.659Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:36:04.548Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar ASDC sendASDCNotification 2023-01-08T06:36:04.548Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar 2023-01-08T06:36:04.549Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:36:04.549Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:36:04.551Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:36:04.551Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159764548, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:36:04.651Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:36:04.652Z||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-08T06:36:04.653Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:04.664Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:04.664Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:36:05.552Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:36:05.562Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:36:35.565Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:36:35.576Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:36:35.578Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:36:35.578Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:36:35.579Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:36:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:36:39.884Z||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-08T06:36:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:36:40.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:36:40.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:36:40.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:36:40.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:05.579Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:37:05.589Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:37:35.592Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:37:35.602Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:37:39.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:37:39.886Z||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-08T06:37:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:37:40.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:37:40.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOTIFIED" } 2023-01-08T06:37:40.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "NOTIFIED" } 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-08T06:37:40.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-08T06:37:40.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-08T06:37:40.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159737940, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:37:40.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "ves-openapi-manager", "timestamp": 1673159739063, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:37:40.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159697939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:37:40.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159731649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:37:40.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159742432, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:37:40.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159739880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:37:40.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159751829, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159751692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159752148, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159752486, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159753863, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "cds-sdc-listener", "timestamp": 1673159752834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-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-08T06:37:40.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c 2023-01-08T06:37:40.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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-08T06:37:40.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159753236, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159754357, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159755417, "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-08T06:37:40.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c 2023-01-08T06:37:40.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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-08T06:37:40.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "multicloud-k8s", "timestamp": 1673159756420, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159756386, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159757852, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673159757392, "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-08T06:37:40.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c 2023-01-08T06:37:40.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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-08T06:37:40.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159758938, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159760044, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:37:40.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159761528, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159762540, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159763544, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159764548, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159764386, "artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:37:40.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:37:40.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:37:40.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "aai-model-loader", "timestamp": 1673159765388, "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-08T06:37:40.540Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c 2023-01-08T06:37:40.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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-08T06:38:05.605Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:38:05.622Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:38:05.630Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:38:05.630Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-08T06:38:05.637Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:38:35.638Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c 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-08T06:38:35.645Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc77acbf-63fe-45b2-867b-60b312e8695c and serviceModelVersionId: 02540462-726a-4b6f-8dbf-d3f3028cb84d 2023-01-08T06:38:35.646Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0 2023-01-08T06:38:35.647Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0 2023-01-08T06:38:35.653Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:38:35.725Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|INFO|500||Invoke 2023-01-08T06:38:35.726Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[abc1a9b1-ceda-44d0-a64c-97300875e9ad], X-ECOMP-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], X-TransactionId=[], X-ONAP-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], Content-Type=[application/merge-patch+json]} 2023-01-08T06:38:35.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:38:35.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?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/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:38:34 GMT], content-length=[0], vertex-id=[225424], x-aai-txid=[2-aai-resources-230108-06:38:34:834-78961], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:38:35.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|INFO|500||InvokeReturn 2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-08T06:38:35.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc77acbf-63fe-45b2-867b-60b312e8695c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:38:35.878Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:38:35.879Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159915876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:38:35.979Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:38:35.980Z||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-08T06:38:35.980Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:38:35.993Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:38:35.993Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:38:39.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:38:39.885Z||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-08T06:38:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:38:40.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:38:40.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:38:40.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673159915876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:38:40.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:38:47.165Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:38:47.167Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:38:47.194Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:38:47.195Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:38:56.732Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:38:56.733Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:38:56.734Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:38:56.734Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:39:06.274Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:39:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:39:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:39:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:39:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:39:39.885Z||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-08T06:39:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:39:49.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:39:49.428Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:40:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:40:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:40:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:40:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:40:39.884Z||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-08T06:40:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:40:49.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:40:49.429Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:41:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:41:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:41:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:41:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:41:39.884Z||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-08T06:41:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:41:49.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:41:49.464Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:42:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:42:39.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:42:39.889Z||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-08T06:42:39.889Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:42:39.889Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:42:39.889Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:42:49.455Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:42:49.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:43:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:43:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:43:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:43:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:43:39.884Z||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-08T06:43:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:43:49.425Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:43:49.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:44:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:44:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:44:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:44:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:44:39.884Z||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-08T06:44:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:44:49.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:44:49.434Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:45:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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-08T06:45:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:45:39.884Z||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-08T06:45:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:40.513Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:40.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:40.515Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "aai-model-loader", "timestamp": 1673160307940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:45:40.515Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc2055dd-e013-469f-b643-193b2d4fbfd0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"83fc563c-eeaa-4749-9d7b-45390457f420","serviceDescription":"service","serviceInvariantUUID":"28d54ca9-2c0a-4320-a40f-817697debe2a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74a6798d-56d4-4ed0-8dc5-3d62725329e1","resourceInvariantUUID":"fa5fb0b6-f5ac-479e-b347-6f8307a6efd2","resourceCustomizationUUID":"fa615a4a-9d5a-43b4-895d-7b1094896d64","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":"MWU0YzA0NWM1ZTk3MjVkMzg5NWZkZjQ5NTkxMzU5Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"383ec96e-5988-4ee1-a39a-a086cffc39a7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb97e99b-96a0-4ca1-ab3b-fa640d538fe8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:45:40.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "ves-openapi-manager", "timestamp": 1673160319086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "multicloud-k8s", "timestamp": 1673160297449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:45:40.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "cds-sdc-listener", "timestamp": 1673160293851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:45:40.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "ves-openapi-manager", "timestamp": 1673160319086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "aai-model-loader", "timestamp": 1673160307940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "multicloud-k8s", "timestamp": 1673160297449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "cds-sdc-listener", "timestamp": 1673160293851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "cds-sdc-listener", "timestamp": 1673160324637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "aai-model-loader", "timestamp": 1673160324473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:45:40.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:45:40.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "cds-sdc-listener", "timestamp": 1673160325642, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-08T06:45:40.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08T06:45:40.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:45:40.534Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:45:40.534Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160339880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-08T06:45:40.553Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0 2023-01-08T06:45:40.553Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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-08T06:45:40.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "aai-model-loader", "timestamp": 1673160329800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:45:40.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "aai-model-loader", "timestamp": 1673160330803, "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-08T06:45:40.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0 2023-01-08T06:45:40.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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-08T06:45:40.635Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:45:40.636Z||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-08T06:45:40.636Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:40.668Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:40.669Z||pool-35-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":13,"count":1} 2023-01-08T06:45:41.535Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:45:41.536Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:45:41.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:45:41.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160339880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:45:41.640Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:45:41.642Z||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-08T06:45:41.642Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:41.655Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:41.657Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "83fc563c-eeaa-4749-9d7b-45390457f420", "serviceDescription": "service", "serviceInvariantUUID": "28d54ca9-2c0a-4320-a40f-817697debe2a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "fa615a4a-9d5a-43b4-895d-7b1094896d64", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "74a6798d-56d4-4ed0-8dc5-3d62725329e1", "resourceInvariantUUID": "fa5fb0b6-f5ac-479e-b347-6f8307a6efd2", "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": "NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb97e99b-96a0-4ca1-ab3b-fa640d538fe8" } ], "workloadContext": "Production" } 2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83fc563c-eeaa-4749-9d7b-45390457f420 ASDC 2023-01-08T06:45:42.543Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:dc2055dd-e013-469f-b643-193b2d4fbfd0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:83fc563c-eeaa-4749-9d7b-45390457f420 ServiceInvariantUUID:28d54ca9-2c0a-4320-a40f-817697debe2a 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:cb97e99b-96a0-4ca1-ab3b-fa640d538fe8 ArtifactChecksum:NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:fa615a4a-9d5a-43b4-895d-7b1094896d64 ResourceInvariantUUID:fa5fb0b6-f5ac-479e-b347-6f8307a6efd2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:74a6798d-56d4-4ed0-8dc5-3d62725329e1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-08T06:45:42.543Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83fc563c-eeaa-4749-9d7b-45390457f420 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-08T06:45:42.575Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:45:42.576Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:45:42.576Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb97e99b-96a0-4ca1-ab3b-fa640d538fe8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-08T06:45:42.714Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:45:42.717Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cb97e99b-96a0-4ca1-ab3b-fa640d538fe8 57792 2023-01-08T06:45:42.717Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:45:42.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:45:42.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160342717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:45:42.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-01-08T06:45:42.828Z||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-08T06:45:42.828Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:42.841Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:42.841Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:45:43.726Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:45:43.728Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:45:43.728Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cb97e99b-96a0-4ca1-ab3b-fa640d538fe8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-08T06:45:43.947Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11982696138114705741/Definitions/service-BasicNetwork-template.yml 2023-01-08T06:45:44.565Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.571Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.571Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.573Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.573Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:83fc563c-eeaa-4749-9d7b-45390457f420 Model Version:NULL Model InvariantUuid:28d54ca9-2c0a-4320-a40f-817697debe2a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:fa5fb0b6-f5ac-479e-b347-6f8307a6efd2 Model UUID:e71631c5-0437-4bbd-b7ac-a17482efa803 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:fa615a4a-9d5a-43b4-895d-7b1094896d64 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-08T06:45:44.593Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 74a6798d-56d4-4ed0-8dc5-3d62725329e1 2023-01-08T06:45:44.594Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||No resources found for Service: 83fc563c-eeaa-4749-9d7b-45390457f420 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-08T06:45:44.602Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500|| 2023-01-08T06:45:44.602Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 83fc563c-eeaa-4749-9d7b-45390457f420 2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 83fc563c-eeaa-4749-9d7b-45390457f420 2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.611Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a52d08c, org.onap.sdc.toscaparser.api.parameters.Input@274ef1de, org.onap.sdc.toscaparser.api.parameters.Input@62b0036b, org.onap.sdc.toscaparser.api.parameters.Input@45668acc, org.onap.sdc.toscaparser.api.parameters.Input@196ce45c] 2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 83fc563c-eeaa-4749-9d7b-45390457f420: Generic NeutronNet 2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.615Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.615Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.658Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:45:44.660Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:45:44.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:45:44.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:45:44.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160344719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:45:44.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-08T06:45:44.827Z||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-08T06:45:44.828Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:45:44.843Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:45:44.844Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:45:45.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:45:45.741Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:45:45.745Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:46:15.745Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:46:15.755Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:46:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:46:39.884Z||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-08T06:46:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:46:40.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:46:40.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:46:40.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160339880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:46:40.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:46:45.760Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:46:45.771Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:47:15.778Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:47:15.790Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:47:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:47:39.886Z||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-08T06:47:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:47:39.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:47:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160339880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:39.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160342717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:39.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160342432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160344719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:47:39.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160342432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:39.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160345189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:39.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160346922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:47:39.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160347927, "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-08T06:47:39.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0 2023-01-08T06:47:39.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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-08T06:47:39.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-08T06:47:39.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160339048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160326645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160337940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:39.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "multicloud-k8s", "timestamp": 1673160324739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:39.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160352490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160352667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:39.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160353988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:39.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "cds-sdc-listener", "timestamp": 1673160353672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-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-08T06:47:40.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c 2023-01-08T06:47:40.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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-08T06:47:40.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160355234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:47:40.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "ves-openapi-manager", "timestamp": 1673160356237, "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-08T06:47:40.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c 2023-01-08T06:47:40.030Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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-08T06:47:40.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160358409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:47:40.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "aai-model-loader", "timestamp": 1673160359412, "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-08T06:47:40.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c 2023-01-08T06:47:40.058Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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-08T06:47:40.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160372432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160381193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160383090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160384095, "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-08T06:47:40.095Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c 2023-01-08T06:47:40.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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-08T06:47:40.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160354674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:40.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160367940, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:40.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160382830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "ves-openapi-manager", "timestamp": 1673160379049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160390594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160390888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160390451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "cds-sdc-listener", "timestamp": 1673160391598, "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-08T06:47:40.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4 2023-01-08T06:47:40.142Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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-08T06:47:40.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160391969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160393022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:47:40.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160394068, "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-08T06:47:40.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4 2023-01-08T06:47:40.162Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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-08T06:47:40.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "multicloud-k8s", "timestamp": 1673160395075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:47:40.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-08T06:47:40.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-08T06:47:40.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:47:40.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-08T06:47:45.794Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:47:45.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:47:45.824Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:47:45.824Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-08T06:47:45.837Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:48:15.838Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 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-08T06:48:15.848Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 and serviceModelVersionId: 83fc563c-eeaa-4749-9d7b-45390457f420 2023-01-08T06:48:15.848Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28d54ca9-2c0a-4320-a40f-817697debe2a 2023-01-08T06:48:15.849Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0 2023-01-08T06:48:15.855Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:48:15.923Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?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-08T06:48:15.925Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|INFO|500||Invoke 2023-01-08T06:48:15.970Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:48:16.122Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|INFO|500||InvokeReturn 2023-01-08T06:48:16.124Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:48:15 GMT], content-length=[0], vertex-id=[163880], x-aai-txid=[2-aai-resources-230108-06:48:15:015-87031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:48:16.124Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:48:16.125Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:48:16.125Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc2055dd-e013-469f-b643-193b2d4fbfd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:48:16.133Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:16.138Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:16.138Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160496132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:48:16.237Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:48:16.239Z||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-08T06:48:16.239Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:16.256Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:16.257Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-08T06:48:17.153Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:48:17.154Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|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-08T06:48:17.154Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:22.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:22.796Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T06:48:22.796Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3d331fe-bb28-4eab-8b9b-c51629da237c","serviceName":"Demo_pNF_oJadWyGlvUn99hXO5lqt","serviceVersion":"1.0","serviceUUID":"0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5","serviceDescription":"catalog service description","serviceInvariantUUID":"31ed8e5d-467b-449a-a2a8-5023c12b70e3","resources":[{"resourceInstanceName":"pNF 30bf04e1-8c6b 0","resourceName":"pNF 30bf04e1-8c6b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8890a28a-652e-4340-ab2a-d0e64e429ac7","resourceInvariantUUID":"e057534a-808d-4532-b9bc-63fa7192f954","resourceCustomizationUUID":"ae994d58-8a96-4c96-9ba5-8e6304529ec2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml","artifactChecksum":"NjgxZTdkNDRjNDUxYWEwOGViOTllZjBlM2I2N2Y4ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4f5c0f7-6d89-49eb-b830-0088b86f17c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar","artifactChecksum":"ZWEyNDAzZDRhMGIxM2Q1MjczNTYxYzQ3ZGMzZDUxN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddfefd5e-9c1c-4627-9282-034eb9accf1a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad02abf3-73a3-43a9-9acf-704f955ce466","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc4ZWU0M2U4NDU2NDQ2OTk4NzJmMGNlOTFkNWI5ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"371b3722-2369-4413-a21a-84436d08c1c8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54df6442-601c-4194-85bf-fbe0b5049912","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0427ce70-4df7-4278-9ec0-30795b8efc6e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOjadwyglvun99hxo5lqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml","artifactChecksum":"NGFkOGM1YWVlNjQ2ZTJlMzNhNjU5Zjc5ZDBhMDU0Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a97a8533-97c6-4ca8-9870-4b77c1d3215a","artifactVersion":"1"},{"artifactName":"service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar","artifactChecksum":"ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98059f2d-2969-4998-8b1a-3f8616eaa3a5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:48:22.800Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:22.800Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:22.802Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:22.802Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:22.902Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:22.903Z||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-08T06:48:22.903Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:22.916Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:22.917Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:48:23.803Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:23.804Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:23.806Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:23.806Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:23.906Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:48:23.907Z||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-08T06:48:23.907Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:23.919Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:23.919Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:48:24.808Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:24.808Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:24.811Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:24.811Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:24.911Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:24.913Z||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-08T06:48:24.913Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:24.924Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:24.925Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:48:25.812Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:25.812Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:25.814Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:25.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:25.915Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:25.916Z||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-08T06:48:25.916Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:25.929Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:25.929Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:48:26.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:26.816Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:26.818Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:26.818Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:26.918Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:26.919Z||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-08T06:48:26.919Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:26.950Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:26.951Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:48:27.819Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:27.820Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:27.822Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:27.822Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:27.922Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:27.923Z||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-08T06:48:27.923Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:27.942Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:27.943Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:48:28.823Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:28.823Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:28.826Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:28.826Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:28.927Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:48:28.928Z||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-08T06:48:28.928Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:28.942Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:28.942Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:48:29.827Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:48:29.828Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:29.829Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:29.830Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:48:29.930Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:29.931Z||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-08T06:48:29.931Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:29.945Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:29.946Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:48:30.830Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "serviceName": "Demo_pNF_oJadWyGlvUn99hXO5lqt", "serviceVersion": "1.0", "serviceUUID": "0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "31ed8e5d-467b-449a-a2a8-5023c12b70e3", "resources": [ { "resourceInstanceName": "pNF 30bf04e1-8c6b 0", "resourceCustomizationUUID": "ae994d58-8a96-4c96-9ba5-8e6304529ec2", "resourceName": "pNF 30bf04e1-8c6b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8890a28a-652e-4340-ab2a-d0e64e429ac7", "resourceInvariantUUID": "e057534a-808d-4532-b9bc-63fa7192f954", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "artifactChecksum": "ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98059f2d-2969-4998-8b1a-3f8616eaa3a5" } ], "workloadContext": "Production" } 2023-01-08T06:48:30.835Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:48:30.835Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 ASDC 2023-01-08T06:48:30.836Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e3d331fe-bb28-4eab-8b9b-c51629da237c ServiceName:Demo_pNF_oJadWyGlvUn99hXO5lqt ServiceVersion:1.0 ServiceUUID:0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 ServiceInvariantUUID:31ed8e5d-467b-449a-a2a8-5023c12b70e3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar ArtifactUUID:98059f2d-2969-4998-8b1a-3f8616eaa3a5 ArtifactChecksum:ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 30bf04e1-8c6b 0 ResourceCustomizationUUID:ae994d58-8a96-4c96-9ba5-8e6304529ec2 ResourceInvariantUUID:e057534a-808d-4532-b9bc-63fa7192f954 ResourceName:pNF 30bf04e1-8c6b ResourceType:PNF ResourceUUID:8890a28a-652e-4340-ab2a-d0e64e429ac7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-08T06:48:30.836Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 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-08T06:48:30.908Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:48:30.909Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98059f2d-2969-4998-8b1a-3f8616eaa3a5 from URL: /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:31.016Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:48:31.023Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 98059f2d-2969-4998-8b1a-3f8616eaa3a5 88015 2023-01-08T06:48:31.023Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar ASDC sendASDCNotification 2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:31.027Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:31.027Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160511023, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:48:31.128Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:48:31.129Z||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-08T06:48:31.129Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:31.157Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:31.157Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:48:32.028Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 98059f2d-2969-4998-8b1a-3f8616eaa3a5, URL: /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar to file: /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:32.030Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:32.030Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:32.232Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12783302988012186769/Definitions/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml 2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 30bf04e1-8c6b 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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Node template pNF 30bf04e1-8c6b 0 is matching search criteria 2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30bf04e1-8c6b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Node template pNF 30bf04e1-8c6b 0 is matching search criteria 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30bf04e1-8c6b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oJadWyGlvUn99hXO5lqt Description:catalog service description Model UUID:0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 Model Version:NULL Model InvariantUuid:31ed8e5d-467b-449a-a2a8-5023c12b70e3 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-08T06:48:33.397Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8890a28a-652e-4340-ab2a-d0e64e429ac7 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-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||pNF 30bf04e1-8c6b 0 2023-01-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8890a28a-652e-4340-ab2a-d0e64e429ac7 2023-01-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 2023-01-08T06:48:33.402Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 2023-01-08T06:48:33.403Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 30bf04e1-8c6b 0 8890a28a-652e-4340-ab2a-d0e64e429ac7 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-08T06:48:33.411Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327e5f87, org.onap.sdc.toscaparser.api.parameters.Input@554b777f, org.onap.sdc.toscaparser.api.parameters.Input@2b66c7f1, org.onap.sdc.toscaparser.api.parameters.Input@23da0b53, org.onap.sdc.toscaparser.api.parameters.Input@6398fac8] 2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5: pNF 30bf04e1-8c6b 2023-01-08T06:48:33.413Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8890a28a-652e-4340-ab2a-d0e64e429ac7 2023-01-08T06:48:33.413Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:48:33.413Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:48:33.414Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Resource customization UUID: ae994d58-8a96-4c96-9ba5-8e6304529ec2 is the same as notified resource customizationUUID: ae994d58-8a96-4c96-9ba5-8e6304529ec2 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-08T06:48:33.479Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 30bf04e1-8c6b 8890a28a-652e-4340-ab2a-d0e64e429ac7 0 ASDC deployResourceStructure 2023-01-08T06:48:33.480Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar ASDC sendASDCNotification 2023-01-08T06:48:33.481Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 2023-01-08T06:48:33.481Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:48:33.483Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:48:33.486Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:48:33.486Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160513480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:48:33.586Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:48:33.588Z||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-08T06:48:33.589Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:33.609Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:33.612Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:48:34.487Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d331fe-bb28-4eab-8b9b-c51629da237c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:48:34.514Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d331fe-bb28-4eab-8b9b-c51629da237c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:48:34.529Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:48:34.530Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:48:34.530Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:48:34.531Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:48:34.531Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:48:34.532Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:48:34.532Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:48:34.532Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:48:34.533Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:48:34.533Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-08T06:48:34.546Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:48:39.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:48:39.885Z||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-08T06:48:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:48:39.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:48:39.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:48:39.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:48:39.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:04.547Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3d331fe-bb28-4eab-8b9b-c51629da237c 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-08T06:49:04.558Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3d331fe-bb28-4eab-8b9b-c51629da237c and serviceModelVersionId: 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 2023-01-08T06:49:04.558Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31ed8e5d-467b-449a-a2a8-5023c12b70e3 2023-01-08T06:49:04.559Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?depth=0 2023-01-08T06:49:04.564Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:49:04.619Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?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-08T06:49:04.620Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?depth=0|INFO|500||Invoke 2023-01-08T06:49:04.655Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:49:04.807Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?depth=0|INFO|500||InvokeReturn 2023-01-08T06:49:04.808Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ed8e5d-467b-449a-a2a8-5023c12b70e3/model-vers/model-ver/0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:49:03 GMT], content-length=[0], vertex-id=[192600], x-aai-txid=[1-aai-resources-230108-06:49:03:698-41967], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:49:04.808Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:49:04.809Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:49:04.811Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-08T06:49:04.818Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-08T06:49:04.819Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3d331fe-bb28-4eab-8b9b-c51629da237c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:49:04.819Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:49:04.819Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:04.823Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:04.824Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160544819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:49:04.924Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:49:04.925Z||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-08T06:49:04.925Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:04.940Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:04.941Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-08T06:49:05.839Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T06:49:05.840Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"eddfa821-76ac-4905-8c57-7f37b546d0c4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"43a4ab14-2fed-46a2-8713-0d6e2ab5448b","serviceDescription":"service","serviceInvariantUUID":"9789e7ac-31da-4db5-a515-ec066d47513b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"932dc7cc-8013-4b13-a922-27b38e288620","resourceInvariantUUID":"842174d9-8192-4a08-b351-c432cdf91744","resourceCustomizationUUID":"eb5399b7-4940-4afe-bcf5-f6a340de009e","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":"NTAwMWE0Y2E0MGUyMWY0OTA5ZDBkMzE2Yjc0ZWNkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a10f7f0-2d2b-421f-9fd4-61165c218c4a","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":"ODI3NjE3YjEzYTNjMjhjNjZkYTM1NjA0MjNiMmYzNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bff7476c-2483-496a-9b13-838a37cbaa75","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":"a26f1d40-0692-45ed-bd1e-ac0f16728616","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":"9e0d8288-224c-46f4-a518-c01072737197","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":"2ccb9560-2a33-4d8e-ad70-5b17b25200c9","artifactVersion":"2","generatedFromUUID":"a26f1d40-0692-45ed-bd1e-ac0f16728616"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTBkMmU2NmExZjU5OTA3MTcwM2Y4Y2RhYTQ4MjJiOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83ae9374-3a64-4728-9f99-c46c5a0e4bf8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWY5YjQzNjkwNzQ4OWJjNGRlY2E4YzhkYmVjOGI2MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b34799e7-912f-4c90-aebb-683ee7f82897","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:49:05.841Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:05.841Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:05.844Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:05.845Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:05.946Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:49:05.947Z||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-08T06:49:05.947Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:05.958Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:05.960Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:06.845Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:06.848Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:06.850Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:06.850Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:49:06.950Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:49:06.951Z||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-08T06:49:06.951Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:06.962Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:06.963Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:49:07.852Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:07.853Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:07.855Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:07.855Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T06:49:07.959Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-08T06:49:07.960Z||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-08T06:49:07.960Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:07.980Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:07.981Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:08.859Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:08.859Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:08.865Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:08.865Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:08.965Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:49:08.967Z||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-08T06:49:08.967Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:08.984Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:08.986Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:49:09.866Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:09.867Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:09.874Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:09.875Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T06:49:09.969Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-08T06:49:09.970Z||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-08T06:49:09.971Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:09.984Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:09.984Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:10.875Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:10.876Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:10.886Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:10.886Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:10.979Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-01-08T06:49:10.980Z||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-08T06:49:10.980Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:10.992Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:10.993Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:11.887Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:49:11.888Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:11.890Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:11.891Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:11.994Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-08T06:49:11.995Z||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-08T06:49:11.996Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:12.007Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:12.008Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:12.892Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "43a4ab14-2fed-46a2-8713-0d6e2ab5448b", "serviceDescription": "service", "serviceInvariantUUID": "9789e7ac-31da-4db5-a515-ec066d47513b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "eb5399b7-4940-4afe-bcf5-f6a340de009e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "932dc7cc-8013-4b13-a922-27b38e288620", "resourceInvariantUUID": "842174d9-8192-4a08-b351-c432cdf91744", "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": "ODI3NjE3YjEzYTNjMjhjNjZkYTM1NjA0MjNiMmYzNTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bff7476c-2483-496a-9b13-838a37cbaa75", "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": "a26f1d40-0692-45ed-bd1e-ac0f16728616", "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": "2ccb9560-2a33-4d8e-ad70-5b17b25200c9", "generatedFromUUID": "a26f1d40-0692-45ed-bd1e-ac0f16728616" }, "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": "2ccb9560-2a33-4d8e-ad70-5b17b25200c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWY5YjQzNjkwNzQ4OWJjNGRlY2E4YzhkYmVjOGI2MzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b34799e7-912f-4c90-aebb-683ee7f82897" } ], "workloadContext": "Production" } 2023-01-08T06:49:12.893Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:49:12.895Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43a4ab14-2fed-46a2-8713-0d6e2ab5448b ASDC 2023-01-08T06:49:12.896Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:eddfa821-76ac-4905-8c57-7f37b546d0c4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:43a4ab14-2fed-46a2-8713-0d6e2ab5448b ServiceInvariantUUID:9789e7ac-31da-4db5-a515-ec066d47513b 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:b34799e7-912f-4c90-aebb-683ee7f82897 ArtifactChecksum:OWY5YjQzNjkwNzQ4OWJjNGRlY2E4YzhkYmVjOGI2MzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:eb5399b7-4940-4afe-bcf5-f6a340de009e ResourceInvariantUUID:842174d9-8192-4a08-b351-c432cdf91744 ResourceName:basic_vm ResourceType:VF ResourceUUID:932dc7cc-8013-4b13-a922-27b38e288620 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:bff7476c-2483-496a-9b13-838a37cbaa75 ArtifactChecksum:ODI3NjE3YjEzYTNjMjhjNjZkYTM1NjA0MjNiMmYzNTg= 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:a26f1d40-0692-45ed-bd1e-ac0f16728616 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:2ccb9560-2a33-4d8e-ad70-5b17b25200c9 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:2ccb9560-2a33-4d8e-ad70-5b17b25200c9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T06:49:12.897Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43a4ab14-2fed-46a2-8713-0d6e2ab5448b 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-08T06:49:12.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:49:12.937Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:49:12.937Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:49:12.938Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b34799e7-912f-4c90-aebb-683ee7f82897 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-08T06:49:12.938Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:49:12.939Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-08T06:49:13.023Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:49:13.029Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b34799e7-912f-4c90-aebb-683ee7f82897 75198 2023-01-08T06:49:13.030Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:13.030Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:13.030Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:49:13.031Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:13.033Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:13.033Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160553030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:13.133Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:49:13.137Z||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-08T06:49:13.137Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:13.149Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:13.150Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:14.034Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:49:14.037Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:49:14.038Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b34799e7-912f-4c90-aebb-683ee7f82897, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:14.038Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-08T06:49:14.039Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:14.039Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:14.292Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7224416796817966943/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-08T06:49:15.763Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:49:15.763Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.764Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:15.765Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:49:15.766Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:49:15.766Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.766Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.766Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:15.766Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-08T06:49:15.767Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.768Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:15.769Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:15.769Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.769Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:15.769Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:15.769Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.770Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:15.770Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:15.770Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.770Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-08T06:49:15.770Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-08T06:49:15.771Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T06:49:15.771Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2ff40481-d3bd-439a-ad4b-36c8a19851d1 2023-01-08T06:49:15.771Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.771Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.771Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.772Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.772Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.772Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.772Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:15.773Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:15.773Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:43a4ab14-2fed-46a2-8713-0d6e2ab5448b Model Version:NULL Model InvariantUuid:9789e7ac-31da-4db5-a515-ec066d47513b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:cdbec8cc-7724-470f-8283-9a02bc625765 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:842174d9-8192-4a08-b351-c432cdf91744 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:eb5399b7-4940-4afe-bcf5-f6a340de009e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2b597e81-b602-4c44-a7ae-a24f39969bd8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7ca0b8cc-fe29-4bec-9300-5825ea47700b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2ff40481-d3bd-439a-ad4b-36c8a19851d1 ModelInvariantUuid:645b0986-b2cb-4216-b11b-379c6fb28c63 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a57d5f14-4f3f-4dae-bfc0-27923e50a817 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4ea91dcf-c799-418a-8252-45e95c39d2ab ModelInvariantUuid:e08ddee7-24f3-483f-b021-cdd488cc9d3d ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:3d17720a-6e8a-4fec-9f60-4288afa35098 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-08T06:49:15.781Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 932dc7cc-8013-4b13-a922-27b38e288620 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-08T06:49:15.785Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||basic_vm 0 2023-01-08T06:49:15.785Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 932dc7cc-8013-4b13-a922-27b38e288620 2023-01-08T06:49:15.785Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bff7476c-2483-496a-9b13-838a37cbaa75 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-08T06:49:15.785Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:49:15.785Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.862Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:49:15.863Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bff7476c-2483-496a-9b13-838a37cbaa75 787 2023-01-08T06:49:15.863Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.863Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:15.863Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:49:15.864Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:15.867Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:15.867Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160555863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:15.969Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-08T06:49:15.971Z||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-08T06:49:15.971Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:15.988Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:15.989Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:16.867Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2b597e81-b602-4c44-a7ae-a24f39969bd8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ca0b8cc-fe29-4bec-9300-5825ea47700b", "vfModuleModelCustomizationUUID": "dbbede3e-adc1-4739-bcc4-f8d847f6eae5", "isBase": true, "artifacts": [ "a26f1d40-0692-45ed-bd1e-ac0f16728616", "2ccb9560-2a33-4d8e-ad70-5b17b25200c9" ], "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-08T06:49:16.873Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ca0b8cc-fe29-4bec-9300-5825ea47700b VfModuleModelInvariantUUID:2b597e81-b602-4c44-a7ae-a24f39969bd8 VfModuleModelDescription:NULL Artifacts UUID List:{ a26f1d40-0692-45ed-bd1e-ac0f16728616 , 2ccb9560-2a33-4d8e-ad70-5b17b25200c9 } 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-08T06:49:16.875Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2b597e81-b602-4c44-a7ae-a24f39969bd8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ca0b8cc-fe29-4bec-9300-5825ea47700b", "vfModuleModelCustomizationUUID": "dbbede3e-adc1-4739-bcc4-f8d847f6eae5", "isBase": true, "artifacts": [ "a26f1d40-0692-45ed-bd1e-ac0f16728616", "2ccb9560-2a33-4d8e-ad70-5b17b25200c9" ], "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-08T06:49:16.875Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ca0b8cc-fe29-4bec-9300-5825ea47700b VfModuleModelInvariantUUID:2b597e81-b602-4c44-a7ae-a24f39969bd8 VfModuleModelDescription:NULL Artifacts UUID List:{ a26f1d40-0692-45ed-bd1e-ac0f16728616 , 2ccb9560-2a33-4d8e-ad70-5b17b25200c9 } 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-08T06:49:16.875Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a26f1d40-0692-45ed-bd1e-ac0f16728616 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-08T06:49:16.876Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:49:16.876Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:16.934Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:49:16.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a26f1d40-0692-45ed-bd1e-ac0f16728616 5033 2023-01-08T06:49:16.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:16.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:16.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:49:16.935Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:16.937Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:16.937Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160556935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:17.039Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:49:17.042Z||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-08T06:49:17.042Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:17.056Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:17.057Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:17.938Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ccb9560-2a33-4d8e-ad70-5b17b25200c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-08T06:49:17.939Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:49:17.939Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:18.021Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:49:18.021Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2ccb9560-2a33-4d8e-ad70-5b17b25200c9 903 2023-01-08T06:49:18.021Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:18.022Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:18.022Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:49:18.022Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:18.024Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:18.024Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160558021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:18.125Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:49:18.126Z||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-08T06:49:18.126Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:18.156Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:18.158Z||pool-61-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:49:19.025Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 43a4ab14-2fed-46a2-8713-0d6e2ab5448b 2023-01-08T06:49:19.026Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 932dc7cc-8013-4b13-a922-27b38e288620 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-08T06:49:19.054Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dcadee0, org.onap.sdc.toscaparser.api.parameters.Input@27e11078, org.onap.sdc.toscaparser.api.parameters.Input@275842c9, org.onap.sdc.toscaparser.api.parameters.Input@14b7cf02, org.onap.sdc.toscaparser.api.parameters.Input@3fa12eaa] 2023-01-08T06:49:19.056Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.056Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.056Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-08T06:49:19.056Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= eb5399b7-4940-4afe-bcf5-f6a340de009e 2023-01-08T06:49:19.056Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb5399b7-4940-4afe-bcf5-f6a340de009e matches Tosca VF Customization UUID: eb5399b7-4940-4afe-bcf5-f6a340de009e 2023-01-08T06:49:19.057Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: eb5399b7-4940-4afe-bcf5-f6a340de009e 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-08T06:49:19.060Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.060Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.061Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id eb5399b7-4940-4afe-bcf5-f6a340de009e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-08T06:49:19.061Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f22c34d 2023-01-08T06:49:19.062Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.062Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:49:19.062Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dbbede3e-adc1-4739-bcc4-f8d847f6eae5 2023-01-08T06:49:19.062Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dbbede3e-adc1-4739-bcc4-f8d847f6eae5 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-08T06:49:19.067Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.067Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:19.068Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:19.068Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.068Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:19.068Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:19.069Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.069Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-08T06:49:19.070Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-08T06:49:19.070Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T06:49:19.070Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2ff40481-d3bd-439a-ad4b-36c8a19851d1 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-08T06:49:19.074Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.075Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:19.075Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:49:19.075Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.075Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-08T06:49:19.075Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=eb5399b7-4940-4afe-bcf5-f6a340de009e 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-08T06:49:19.078Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.078Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.078Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 43a4ab14-2fed-46a2-8713-0d6e2ab5448b: basic_vm 2023-01-08T06:49:19.078Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.078Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.079Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.080Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:49:19.080Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:49:19.080Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:19.208Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 932dc7cc-8013-4b13-a922-27b38e288620 1 ASDC deployResourceStructure 2023-01-08T06:49:19.208Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:19.208Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:19.208Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:49:19.209Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:19.211Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:19.211Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160559208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:49:19.311Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:49:19.312Z||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-08T06:49:19.312Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:19.325Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:19.326Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:49:20.216Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:20.217Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:20.217Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:49:20.217Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:20.219Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:20.219Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160560212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:49:20.319Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:49:20.320Z||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-08T06:49:20.320Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:20.340Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:20.340Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:21.223Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:21.223Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:21.224Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:49:21.224Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:21.226Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:21.226Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160561223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-08T06:49:21.326Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:49:21.327Z||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-08T06:49:21.327Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:21.339Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:21.340Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:22.227Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-08T06:49:22.227Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||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-08T06:49:22.227Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:49:22.228Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:49:22.230Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:49:22.230Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160562227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:49:22.330Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:49:22.331Z||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-08T06:49:22.331Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:22.344Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:22.345Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:49:23.231Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:49:23.247Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:49:23.249Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:49:23.249Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T06:49:23.249Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T06:49:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:49:39.884Z||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-08T06:49:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:49:39.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:49:39.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:49:39.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160399249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:49:39.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:39.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-08T06:49:39.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "aai-model-loader", "timestamp": 1673160400251, "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-08T06:49:39.943Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4 2023-01-08T06:49:39.944Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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-08T06:49:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160392601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:39.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160401753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:39.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:39.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-08T06:49:39.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "cds-sdc-listener", "timestamp": 1673160402758, "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-08T06:49:39.986Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27b79537-6ae9-4690-86f9-24c91d08eabb 2023-01-08T06:49:39.987Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b79537-6ae9-4690-86f9-24c91d08eabb 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-08T06:49:39.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:39.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:39.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160396086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160405211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "ves-openapi-manager", "timestamp": 1673160399048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160406304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160407363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160408415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:40.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160409509, "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-08T06:49:40.017Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27b79537-6ae9-4690-86f9-24c91d08eabb 2023-01-08T06:49:40.018Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b79537-6ae9-4690-86f9-24c91d08eabb 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-08T06:49:40.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160401253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:40.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "multicloud-k8s", "timestamp": 1673160410511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160410201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160410354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160412539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:49:40.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160413542, "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-08T06:49:40.037Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4 2023-01-08T06:49:40.038Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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-08T06:49:40.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160418974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "aai-model-loader", "timestamp": 1673160419976, "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-08T06:49:40.062Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27b79537-6ae9-4690-86f9-24c91d08eabb 2023-01-08T06:49:40.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b79537-6ae9-4690-86f9-24c91d08eabb 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-08T06:49:40.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160402432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:49:40.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160423657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160425994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:49:40.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673160426998, "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-08T06:49:40.081Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27b79537-6ae9-4690-86f9-24c91d08eabb 2023-01-08T06:49:40.082Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b79537-6ae9-4690-86f9-24c91d08eabb 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-08T06:49:53.250Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:49:53.261Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:49:53.264Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:49:53.264Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:49:53.265Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:49:53.265Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:49:53.265Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:49:53.265Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:49:53.265Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:49:53.266Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:49:53.266Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:49:53.266Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-08T06:49:53.272Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:50:23.274Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 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-08T06:50:23.283Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eddfa821-76ac-4905-8c57-7f37b546d0c4 and serviceModelVersionId: 43a4ab14-2fed-46a2-8713-0d6e2ab5448b 2023-01-08T06:50:23.283Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9789e7ac-31da-4db5-a515-ec066d47513b 2023-01-08T06:50:23.285Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?depth=0 2023-01-08T06:50:23.293Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:50:23.358Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?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-08T06:50:23.359Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?depth=0|INFO|500||Invoke 2023-01-08T06:50:23.383Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:50:23.502Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?depth=0|INFO|500||InvokeReturn 2023-01-08T06:50:23.503Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9789e7ac-31da-4db5-a515-ec066d47513b/model-vers/model-ver/43a4ab14-2fed-46a2-8713-0d6e2ab5448b?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:50:22 GMT], content-length=[0], vertex-id=[217336], x-aai-txid=[0-aai-resources-230108-06:50:22:416-17525], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:50:23.504Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:50:23.504Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:50:23.504Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-08T06:50:23.510Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-08T06:50:23.511Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eddfa821-76ac-4905-8c57-7f37b546d0c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:50:23.511Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:50:23.511Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:23.513Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:23.513Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160623511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:50:23.613Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:23.615Z||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-08T06:50:23.615Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:23.626Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:23.626Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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-08T06:50:24.531Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T06:50:24.532Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"27b79537-6ae9-4690-86f9-24c91d08eabb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0ed2fde0-1581-468b-898d-227a7e4b5895","serviceDescription":"service","serviceInvariantUUID":"5c455be6-573c-4a2b-b03b-4d6a889bf247","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e524517-791f-4989-a519-699ae645cb4f","resourceInvariantUUID":"41b84eb7-a2d1-41fa-9aba-0eecc38d4297","resourceCustomizationUUID":"fd285b89-35df-4c89-af2b-076848de20b6","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":"NTIzNTIyYjEzMGFmYmYyYTJhY2QwMTJiMjkxZTQ0MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a826cb6-fc05-4661-aa67-bf33ee52f03c","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":"ac1efd1e-9fbc-4227-9ebb-b087d76c5856","artifactVersion":"2","generatedFromUUID":"cab4c1dc-b1b2-4d3b-8e08-831c4e34a620"},{"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":"cab4c1dc-b1b2-4d3b-8e08-831c4e34a620","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":"ODRlY2FhZGM2YWIxOWQ1MjVlNTk5MjMzMzMwYjEzMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b03fd91-45a3-4b38-a86a-adc3bfe89992","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":"dd20ab89-c388-4d19-80c2-abb6155f01c5","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":"f888dc58-7bf2-415d-91ff-931cb6c7f05f","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":"34afd97f-67df-4d0d-a69d-b0d77b3a00c9","artifactVersion":"2","generatedFromUUID":"dd20ab89-c388-4d19-80c2-abb6155f01c5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTI5YTRhMGZiYzQ2ZTVjYWU5MjAwOWRkNjY0MTNmMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b46d09fa-588f-40e4-a927-c1613443a70f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjIyZDRmZjc5YzU3ODNiZGMzYWJlNjI5MzMyYTFjNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c5bd16-46cb-420c-9674-9fee5d68b205","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T06:50:24.532Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:24.533Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:24.536Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:24.537Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:24.637Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:24.638Z||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-08T06:50:24.638Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:24.650Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:24.650Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:25.537Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:25.539Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:25.541Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:25.541Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-08T06:50:25.641Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:25.642Z||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-08T06:50:25.642Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:25.653Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:25.654Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:26.542Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:26.543Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:26.545Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:26.545Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-08T06:50:26.645Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:26.646Z||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-08T06:50:26.646Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:26.658Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:26.659Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:27.546Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:27.547Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:27.549Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:27.549Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:50:27.649Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:27.650Z||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-08T06:50:27.650Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:27.663Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:27.663Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:50:28.550Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:28.551Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:28.553Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:28.553Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-08T06:50:28.653Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:28.654Z||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-08T06:50:28.654Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:28.666Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:28.667Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-08T06:50:29.553Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:29.554Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:29.556Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:29.556Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:29.656Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:29.657Z||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-08T06:50:29.658Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:29.685Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:29.686Z||pool-72-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:30.557Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:30.558Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:30.560Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:30.560Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-08T06:50:30.660Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:30.661Z||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-08T06:50:30.661Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:30.674Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:30.675Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:31.563Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:31.564Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:31.566Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:31.566Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:31.666Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:31.668Z||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-08T06:50:31.668Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:31.692Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:31.693Z||pool-74-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:32.569Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T06:50:32.580Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:32.585Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:32.585Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:50:32.685Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:32.689Z||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-08T06:50:32.689Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:32.705Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:32.705Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:33.596Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "0ed2fde0-1581-468b-898d-227a7e4b5895", "serviceDescription": "service", "serviceInvariantUUID": "5c455be6-573c-4a2b-b03b-4d6a889bf247", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "fd285b89-35df-4c89-af2b-076848de20b6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6e524517-791f-4989-a519-699ae645cb4f", "resourceInvariantUUID": "41b84eb7-a2d1-41fa-9aba-0eecc38d4297", "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": "ac1efd1e-9fbc-4227-9ebb-b087d76c5856", "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": "cab4c1dc-b1b2-4d3b-8e08-831c4e34a620", "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": "ODRlY2FhZGM2YWIxOWQ1MjVlNTk5MjMzMzMwYjEzMmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b03fd91-45a3-4b38-a86a-adc3bfe89992", "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": "dd20ab89-c388-4d19-80c2-abb6155f01c5", "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": "34afd97f-67df-4d0d-a69d-b0d77b3a00c9", "generatedFromUUID": "dd20ab89-c388-4d19-80c2-abb6155f01c5" }, "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": "34afd97f-67df-4d0d-a69d-b0d77b3a00c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjIyZDRmZjc5YzU3ODNiZGMzYWJlNjI5MzMyYTFjNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21c5bd16-46cb-420c-9674-9fee5d68b205" } ], "workloadContext": "Production" } 2023-01-08T06:50:33.596Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T06:50:33.598Z|eddfa821-76ac-4905-8c57-7f37b546d0c4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ed2fde0-1581-468b-898d-227a7e4b5895 ASDC 2023-01-08T06:50:33.599Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:27b79537-6ae9-4690-86f9-24c91d08eabb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:0ed2fde0-1581-468b-898d-227a7e4b5895 ServiceInvariantUUID:5c455be6-573c-4a2b-b03b-4d6a889bf247 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:21c5bd16-46cb-420c-9674-9fee5d68b205 ArtifactChecksum:MjIyZDRmZjc5YzU3ODNiZGMzYWJlNjI5MzMyYTFjNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:fd285b89-35df-4c89-af2b-076848de20b6 ResourceInvariantUUID:41b84eb7-a2d1-41fa-9aba-0eecc38d4297 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6e524517-791f-4989-a519-699ae645cb4f 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:ac1efd1e-9fbc-4227-9ebb-b087d76c5856 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:cab4c1dc-b1b2-4d3b-8e08-831c4e34a620 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:7b03fd91-45a3-4b38-a86a-adc3bfe89992 ArtifactChecksum:ODRlY2FhZGM2YWIxOWQ1MjVlNTk5MjMzMzMwYjEzMmM= 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:dd20ab89-c388-4d19-80c2-abb6155f01c5 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:34afd97f-67df-4d0d-a69d-b0d77b3a00c9 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:34afd97f-67df-4d0d-a69d-b0d77b3a00c9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T06:50:33.599Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ed2fde0-1581-468b-898d-227a7e4b5895 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-08T06:50:33.655Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:50:33.657Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:50:33.657Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:50:33.657Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21c5bd16-46cb-420c-9674-9fee5d68b205 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-08T06:50:33.658Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:33.658Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-08T06:50:33.862Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:33.866Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 21c5bd16-46cb-420c-9674-9fee5d68b205 73996 2023-01-08T06:50:33.866Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:33.866Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:33.866Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:33.867Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:33.869Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:33.869Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160633866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:33.970Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:50:33.971Z||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-08T06:50:33.971Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:33.986Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:33.987Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:34.870Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T06:50:34.872Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-08T06:50:34.872Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 21c5bd16-46cb-420c-9674-9fee5d68b205, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-08T06:50:34.872Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-08T06:50:34.873Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-08T06:50:34.873Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-08T06:50:35.026Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14298816366833837202/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-08T06:50:36.445Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T06:50:36.446Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:50:36.446Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-08T06:50:36.446Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-08T06:50:36.446Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.446Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.447Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.447Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-08T06:50:36.447Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-08T06:50:36.447Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.447Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.448Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:36.448Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:50:36.448Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:50:36.448Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.448Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.449Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:36.449Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-08T06:50:36.449Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T06:50:36.449Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.450Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.450Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.450Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-08T06:50:36.450Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-08T06:50:36.451Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-08T06:50:36.451Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T06:50:36.451Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.451Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:50:36.451Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.452Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:36.452Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:36.452Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.452Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:36.453Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:36.453Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.453Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:36.453Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:36.454Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.454Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-08T06:50:36.454Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-08T06:50:36.454Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=43cb3fc8-1aa3-42a2-bd1d-4b85c0fb87d5 2023-01-08T06:50:36.454Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.455Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.455Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.455Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.455Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.456Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.456Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:36.456Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:36.456Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:0ed2fde0-1581-468b-898d-227a7e4b5895 Model Version:NULL Model InvariantUuid:5c455be6-573c-4a2b-b03b-4d6a889bf247 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:14ca72bf-1688-4a43-9fd7-5846db593961 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:41b84eb7-a2d1-41fa-9aba-0eecc38d4297 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fd285b89-35df-4c89-af2b-076848de20b6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38c53bab-46c9-4f26-adec-f743a9410150 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:96e56766-fa77-4842-925c-3b0335a4b60f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:43cb3fc8-1aa3-42a2-bd1d-4b85c0fb87d5 ModelInvariantUuid:cbf9534d-5294-4bfb-9c0f-138942fee5fc ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e3e39fc3-392a-4874-a77f-f19ce531e932 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2eccea18-da69-4a7b-96ac-db29958963a9 ModelInvariantUuid:407e25d2-5dbc-437b-b4fb-241d3dc6822d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8df09afd-ec71-4e2d-95b7-e0ed2db2e220 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-08T06:50:36.480Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e524517-791f-4989-a519-699ae645cb4f 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-08T06:50:36.487Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||basic_cnf 0 2023-01-08T06:50:36.488Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e524517-791f-4989-a519-699ae645cb4f 2023-01-08T06:50:36.488Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac1efd1e-9fbc-4227-9ebb-b087d76c5856 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-08T06:50:36.488Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:36.488Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.558Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:36.559Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ac1efd1e-9fbc-4227-9ebb-b087d76c5856 12 2023-01-08T06:50:36.559Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.559Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:36.559Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:36.560Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:36.564Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:36.564Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160636559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:36.665Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:50:36.666Z||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-08T06:50:36.666Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:36.680Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:36.681Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:37.565Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cab4c1dc-b1b2-4d3b-8e08-831c4e34a620 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-08T06:50:37.565Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:37.566Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:37.626Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:37.626Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cab4c1dc-b1b2-4d3b-8e08-831c4e34a620 2688 2023-01-08T06:50:37.626Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:37.627Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:37.627Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:37.627Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:37.629Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:37.629Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160637626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:37.734Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-08T06:50:37.735Z||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-08T06:50:37.736Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:37.748Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:37.748Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:38.631Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b03fd91-45a3-4b38-a86a-adc3bfe89992 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-08T06:50:38.631Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:38.631Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:38.688Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:38.689Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7b03fd91-45a3-4b38-a86a-adc3bfe89992 828 2023-01-08T06:50:38.690Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:38.690Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:38.691Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:38.691Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:38.694Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:38.695Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160638690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:38.794Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:50:38.795Z||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-08T06:50:38.795Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:38.807Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:38.807Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:39.695Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "38c53bab-46c9-4f26-adec-f743a9410150", "vfModuleModelVersion": "1", "vfModuleModelUUID": "96e56766-fa77-4842-925c-3b0335a4b60f", "vfModuleModelCustomizationUUID": "82712531-3952-4c59-8b68-f49554d49792", "isBase": true, "artifacts": [ "dd20ab89-c388-4d19-80c2-abb6155f01c5", "cab4c1dc-b1b2-4d3b-8e08-831c4e34a620", "34afd97f-67df-4d0d-a69d-b0d77b3a00c9" ], "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-08T06:50:39.700Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:96e56766-fa77-4842-925c-3b0335a4b60f VfModuleModelInvariantUUID:38c53bab-46c9-4f26-adec-f743a9410150 VfModuleModelDescription:NULL Artifacts UUID List:{ dd20ab89-c388-4d19-80c2-abb6155f01c5 , cab4c1dc-b1b2-4d3b-8e08-831c4e34a620 , 34afd97f-67df-4d0d-a69d-b0d77b3a00c9 } 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-08T06:50:39.703Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "38c53bab-46c9-4f26-adec-f743a9410150", "vfModuleModelVersion": "1", "vfModuleModelUUID": "96e56766-fa77-4842-925c-3b0335a4b60f", "vfModuleModelCustomizationUUID": "82712531-3952-4c59-8b68-f49554d49792", "isBase": true, "artifacts": [ "dd20ab89-c388-4d19-80c2-abb6155f01c5", "cab4c1dc-b1b2-4d3b-8e08-831c4e34a620", "34afd97f-67df-4d0d-a69d-b0d77b3a00c9" ], "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-08T06:50:39.703Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:96e56766-fa77-4842-925c-3b0335a4b60f VfModuleModelInvariantUUID:38c53bab-46c9-4f26-adec-f743a9410150 VfModuleModelDescription:NULL Artifacts UUID List:{ dd20ab89-c388-4d19-80c2-abb6155f01c5 , cab4c1dc-b1b2-4d3b-8e08-831c4e34a620 , 34afd97f-67df-4d0d-a69d-b0d77b3a00c9 } 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-08T06:50:39.704Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dd20ab89-c388-4d19-80c2-abb6155f01c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-08T06:50:39.704Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:39.704Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:39.782Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:39.783Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml dd20ab89-c388-4d19-80c2-abb6155f01c5 1164 2023-01-08T06:50:39.783Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:39.783Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:39.784Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:39.784Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:39.788Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:39.788Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160639783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:39.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:50:39.884Z||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-08T06:50:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:39.888Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:39.888Z||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-08T06:50:39.888Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:39.899Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:39.899Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:39.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:39.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160496132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:50:39.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:50:39.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:50:39.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:50:39.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-08T06:50:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160511023, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:39.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:50:39.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-08T06:50:39.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160513480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:50:39.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:50:40.790Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34afd97f-67df-4d0d-a69d-b0d77b3a00c9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-08T06:50:40.791Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-08T06:50:40.792Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:40.918Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-08T06:50:40.919Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 34afd97f-67df-4d0d-a69d-b0d77b3a00c9 200 2023-01-08T06:50:40.919Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:40.919Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:40.920Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T06:50:40.920Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:40.922Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:40.923Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160640919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:50:41.022Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:50:41.023Z||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-08T06:50:41.023Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:41.038Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:41.039Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:41.933Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0ed2fde0-1581-468b-898d-227a7e4b5895 2023-01-08T06:50:41.933Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6e524517-791f-4989-a519-699ae645cb4f 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=? 2023-01-08T06:50:41.956Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-08T06:50:41.967Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6de9c822, org.onap.sdc.toscaparser.api.parameters.Input@44f06eb, org.onap.sdc.toscaparser.api.parameters.Input@417e3a10, org.onap.sdc.toscaparser.api.parameters.Input@3376f21b, org.onap.sdc.toscaparser.api.parameters.Input@107d948f] 2023-01-08T06:50:41.969Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.970Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.970Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-08T06:50:41.970Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fd285b89-35df-4c89-af2b-076848de20b6 2023-01-08T06:50:41.971Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd285b89-35df-4c89-af2b-076848de20b6 matches Tosca VF Customization UUID: fd285b89-35df-4c89-af2b-076848de20b6 2023-01-08T06:50:41.971Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fd285b89-35df-4c89-af2b-076848de20b6 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-08T06:50:41.976Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fd285b89-35df-4c89-af2b-076848de20b6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-08T06:50:41.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58057ead 2023-01-08T06:50:41.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-08T06:50:41.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82712531-3952-4c59-8b68-f49554d49792 2023-01-08T06:50:41.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82712531-3952-4c59-8b68-f49554d49792 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-08T06:50:41.982Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:41.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:41.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:41.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:41.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-08T06:50:41.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-08T06:50:41.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=43cb3fc8-1aa3-42a2-bd1d-4b85c0fb87d5 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-08T06:50:41.989Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.990Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:41.990Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T06:50:41.991Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.991Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-08T06:50:41.991Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fd285b89-35df-4c89-af2b-076848de20b6 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-08T06:50:41.995Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.996Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.996Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0ed2fde0-1581-468b-898d-227a7e4b5895: basic_cnf 2023-01-08T06:50:41.996Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.996Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.997Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.997Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.997Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.997Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.998Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.998Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.998Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T06:50:41.998Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-08T06:50:41.999Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:42.102Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6e524517-791f-4989-a519-699ae645cb4f 1 ASDC deployResourceStructure 2023-01-08T06:50:42.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:42.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:42.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-08T06:50:42.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:42.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:42.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160642102, "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-08T06:50:42.210Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-08T06:50:42.211Z||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-08T06:50:42.211Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:42.224Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:42.225Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:43.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:43.108Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:43.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-08T06:50:43.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:43.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:43.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160643107, "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-08T06:50:43.212Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:50:43.213Z||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-08T06:50:43.213Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:43.236Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:43.237Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:44.113Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:44.114Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:44.114Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:50:44.115Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:44.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:44.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160644113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:50:44.217Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T06:50:44.218Z||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-08T06:50:44.219Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:44.232Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:44.233Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:45.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:45.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:45.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:50:45.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:45.122Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:45.122Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160645118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:50:45.223Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T06:50:45.224Z||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-08T06:50:45.224Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:45.237Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:45.238Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:46.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:46.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:46.125Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:50:46.126Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:46.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:46.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160646124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-08T06:50:46.228Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:46.229Z||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-08T06:50:46.229Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:46.247Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:46.248Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:47.129Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:47.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||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-08T06:50:47.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T06:50:47.131Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:50:47.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:50:47.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160647129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:50:47.233Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T06:50:47.234Z||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-08T06:50:47.234Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:50:47.246Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:50:47.247Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T06:50:48.134Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b79537-6ae9-4690-86f9-24c91d08eabb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T06:50:48.149Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b79537-6ae9-4690-86f9-24c91d08eabb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T06:50:48.152Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T06:50:48.152Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T06:50:48.153Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T06:50:48.153Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T06:50:48.153Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:50:48.153Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:50:48.154Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:50:48.154Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:50:48.154Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T06:50:48.154Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-08T06:50:48.159Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T06:51:18.161Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27b79537-6ae9-4690-86f9-24c91d08eabb 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-08T06:51:18.168Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27b79537-6ae9-4690-86f9-24c91d08eabb and serviceModelVersionId: 0ed2fde0-1581-468b-898d-227a7e4b5895 2023-01-08T06:51:18.168Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c455be6-573c-4a2b-b03b-4d6a889bf247 2023-01-08T06:51:18.169Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0 2023-01-08T06:51:18.177Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T06:51:18.237Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0|INFO|500||Invoke 2023-01-08T06:51:18.238Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27b79537-6ae9-4690-86f9-24c91d08eabb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4458da96-9401-4f4f-bb60-f49ef0c22e7b], X-ECOMP-RequestID=[27b79537-6ae9-4690-86f9-24c91d08eabb], X-TransactionId=[], X-ONAP-RequestID=[27b79537-6ae9-4690-86f9-24c91d08eabb], Content-Type=[application/merge-patch+json]} 2023-01-08T06:51:18.258Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T06:51:18.365Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?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/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:51:17 GMT], content-length=[0], vertex-id=[417816], x-aai-txid=[0-aai-resources-230108-06:51:17:290-48458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T06:51:18.366Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-08T06:51:18.367Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c455be6-573c-4a2b-b03b-4d6a889bf247/model-vers/model-ver/0ed2fde0-1581-468b-898d-227a7e4b5895?depth=0|INFO|500||InvokeReturn 2023-01-08T06:51:18.367Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T06:51:18.367Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-08T06:51:18.374Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-08T06:51:18.375Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27b79537-6ae9-4690-86f9-24c91d08eabb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T06:51:18.375Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T06:51:18.376Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-08T06:51:18.380Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T06:51:18.381Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160678375, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:51:18.479Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-08T06:51:18.480Z||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-08T06:51:18.480Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:18.496Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:18.496Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-08T06:51:19.394Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:19.395Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T06:51:19.396Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:29.768Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:29.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:29.771Z||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-08T06:51:29.771Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:39.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:39.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:39.345Z||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-08T06:51:39.346Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:39.884Z||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-08T06:51:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:39.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:39.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160544819, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:51:39.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:51:39.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:51:39.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T06:51:39.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:51:39.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:51:39.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T06:51:39.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160553030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:51:39.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160555863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:51:39.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160556935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:51:39.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160558021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:51:39.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160559208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:51:39.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160560212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160561223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T06:51:39.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160562227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:51:39.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:51:48.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:48.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:48.905Z||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-08T06:51:48.905Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:51:58.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:51:58.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:51:58.503Z||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-08T06:51:58.503Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:52:08.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:52:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:52:39.882Z||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-08T06:52:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:52:39.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:52:39.884Z||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-08T06:52:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:52:39.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:52:39.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160623511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:52:39.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:52:39.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-08T06:52:39.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160497153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160633866, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T06:52:39.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160636559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160637626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160638690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T06:52:39.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:52:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:53:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:53:39.882Z||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-08T06:53:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:53:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:53:39.884Z||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-08T06:53:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:53:40.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:53:40.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160639783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T06:53:40.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160640919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160642102, "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-08T06:53:40.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160643107, "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-08T06:53:40.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160644113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160645118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160646124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160647129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T06:53:40.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:40.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-08T06:53:40.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673160678375, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T06:53:40.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T06:53:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:54:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:54:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:54:39.883Z||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-08T06:54:39.884Z||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-08T06:54:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:54:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:54:49.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:54:49.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:55:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:55:39.881Z||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-08T06:55:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:55:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:55:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T06:55:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:55:49.429Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:55:49.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:56:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:56:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:56:39.884Z||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-08T06:56:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:56:39.884Z||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-08T06:56:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:56:49.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:56:49.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:57:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:57:39.881Z||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-08T06:57:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:57:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:57:39.884Z||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-08T06:57:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:57:49.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:57:49.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:58:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:58:39.881Z||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-08T06:58:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:58:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:58:39.884Z||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-08T06:58:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:58:49.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:58:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:59:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:59:39.881Z||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-08T06:59:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:59:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T06:59:39.884Z||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-08T06:59:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T06:59:49.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T06:59:49.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:00:39.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:00:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:00:39.884Z||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-08T07:00:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:00:39.884Z||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-08T07:00:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:00:49.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:00:49.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:01:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:01:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:01:39.884Z||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-08T07:01:39.884Z||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-08T07:01:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:01:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:01:49.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:01:49.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:02:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:02:39.882Z||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-08T07:02:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:02:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:02:39.884Z||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-08T07:02:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:02:49.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:02:49.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:03:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:03:39.882Z||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-08T07:03:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:03:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:03:39.884Z||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-08T07:03:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:03:49.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:03:49.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:04:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:04:39.881Z||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-08T07:04:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:04:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:04:39.884Z||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-08T07:04:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:04:49.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:04:49.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:05:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:05:39.881Z||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-08T07:05:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:05:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:05:39.884Z||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-08T07:05:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:05:49.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:05:49.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:06:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:06:39.881Z||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-08T07:06:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:06:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:06:39.884Z||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-08T07:06:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:06:49.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:06:49.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:07:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:07:39.881Z||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-08T07:07:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:07:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:07:39.884Z||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-08T07:07:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:07:49.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:07:49.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:08:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:08:39.881Z||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-08T07:08:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:08:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:08:39.884Z||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-08T07:08:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:08:49.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:08:49.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:09:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:09:39.882Z||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-08T07:09:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:09:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:09:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:09:39.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:09:49.453Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:09:49.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:10:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:10:39.881Z||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-08T07:10:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:10:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:10:39.884Z||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-08T07:10:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:10:49.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:10:49.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:11:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:11:39.882Z||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-08T07:11:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:11:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:11:39.884Z||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-08T07:11:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:11:49.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:11:49.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:12:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:12:39.881Z||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-08T07:12:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:12:39.884Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:12:39.884Z||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-08T07:12:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:12:49.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:12:49.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:13:39.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:13:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:13:39.883Z||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-08T07:13:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:13:39.884Z||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-08T07:13:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:13:49.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:13:49.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:14:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:14:39.881Z||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-08T07:14:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:14:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:14:39.884Z||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-08T07:14:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:14:49.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:14:49.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:15:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:15:39.881Z||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-08T07:15:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:15:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:15:39.884Z||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-08T07:15:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:15:49.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:15:49.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:16:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:16:39.881Z||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-08T07:16:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:16:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:16:39.884Z||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-08T07:16:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:16:49.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:16:49.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:17:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:17:39.882Z||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-08T07:17:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:17:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:17:39.884Z||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-08T07:17:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:17:49.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:17:49.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:18:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:18:39.883Z||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-08T07:18:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:18:39.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:18:39.885Z||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-08T07:18:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:18:49.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:18:49.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:19:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:19:39.881Z||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-08T07:19:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:19:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:19:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:19:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:19:49.443Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:19:49.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:20:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:20:39.881Z||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-08T07:20:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:20:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:20:39.884Z||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-08T07:20:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:20:49.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:20:49.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:21:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:21:39.883Z||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-08T07:21:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:21:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:21:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:21:39.885Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:21:49.444Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:21:49.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:22:39.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:22:39.883Z||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-08T07:22:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:22:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:22:39.884Z||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-08T07:22:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:22:49.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:22:49.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:23:39.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:23:39.883Z||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-08T07:23:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:23:39.883Z||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-08T07:23:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:23:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:23:49.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:23:49.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:24:39.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:24:39.882Z||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-08T07:24:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:24:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:24:39.884Z||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-08T07:24:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:24:49.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:24:49.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:25:39.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:25:39.882Z||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-08T07:25:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:25:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:25:39.884Z||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-08T07:25:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:25:49.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:25:49.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:26:39.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:26:39.882Z||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-08T07:26:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:26:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:26:39.884Z||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-08T07:26:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:26:49.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:26:49.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:39.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:27:39.881Z||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-08T07:27:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:27:39.884Z||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-08T07:27:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:40.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:40.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:27:40.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-08T07:27:40.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-08T07:27:40.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-08T07:27:40.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-08T07:27:40.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162803821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:40.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162827940, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:40.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "ves-openapi-manager", "timestamp": 1673162819193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162811634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:40.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162832432, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:40.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162847856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162847571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162847300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162848089, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162848927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162850015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "cds-sdc-listener", "timestamp": 1673162850125, "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-08T07:27:40.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 2023-01-08T07:27:40.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 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-08T07:27:40.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162850536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:27:40.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162851098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:40.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162851541, "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-08T07:27:40.520Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 2023-01-08T07:27:40.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 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-08T07:27:40.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:40.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"595a7fd1-fb6e-4fc9-afc5-1fc937a27a80","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9d498ebc-9546-4ce1-8b60-b3c8e975a5ab","serviceDescription":"service","serviceInvariantUUID":"abad78ef-5bd8-443a-97fd-2d9bd388c7b2","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79635405-e6bf-4a54-8991-372cf55db3c6","resourceInvariantUUID":"51419f20-e588-4498-ba2f-7edb7154daab","resourceCustomizationUUID":"7292dead-630c-403f-a1c2-796194344a19","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":"NDcyZmI1MDllNTQ3NmQyMzJkZDk3OTFiMDYyYjgwMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bc644ae-32b7-41eb-9885-7c8b31e4c0a6","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":"NjgxMjVlNzQyODM3MjZkMDg5NTQ1MzM1YzdlNjJkYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b03b6c86-879b-4a9d-af01-5d1809df2061","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":"a9e66187-80eb-451c-b4a1-6450ca426e4e","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":"3951871e-bde3-475f-9a58-b08844b24e06","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":"b0b8bbe5-0bc4-43ea-bdc0-6000295ca474","artifactVersion":"2","generatedFromUUID":"51992918-00cb-4caf-8308-a2ae39113f46"},{"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":"cc6bead5-1965-41c7-a6a1-139209977793","artifactVersion":"2","generatedFromUUID":"a9e66187-80eb-451c-b4a1-6450ca426e4e"},{"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":"51992918-00cb-4caf-8308-a2ae39113f46","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":"6e36d173-9eaa-47fd-9d1d-48e6103a3ec0","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":"OTM2ZDUxYmQ0MDU1ZWQzNGJmMDBkN2UwYjQ5ZjUwOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccc1cfdb-f949-423c-9612-cf93199a9ff6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDYwNmRhMThmNjNmOGY1MjM0NmQ1MmYyNThmYWRjZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7284255a-d374-46da-8dce-26f785e38a94","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T07:27:40.532Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:40.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:40.537Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:40.538Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162852228, "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-08T07:27:40.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 2023-01-08T07:27:40.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 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-08T07:27:40.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "multicloud-k8s", "timestamp": 1673162853232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:27:40.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "ves-openapi-manager", "timestamp": 1673162848795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:27:40.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162855588, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:27:40.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:27:40.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T07:27:40.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "aai-model-loader", "timestamp": 1673162856591, "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-08T07:27:40.584Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 2023-01-08T07:27:40.584Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 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-08T07:27:40.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T07:27:40.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162851126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:40.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:27:40.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:40.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:27:40.638Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:40.639Z||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-08T07:27:40.639Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:40.652Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:40.653Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:41.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:41.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:41.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:41.542Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:27:41.642Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:27:41.643Z||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-08T07:27:41.643Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:41.676Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:41.676Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:42.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:42.544Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:42.546Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:42.546Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-08T07:27:42.647Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:42.648Z||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-08T07:27:42.648Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:42.673Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:42.674Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:27:43.547Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:43.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:43.552Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:43.552Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:43.652Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:27:43.653Z||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-08T07:27:43.653Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:43.668Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:43.669Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:27:44.553Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:44.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:44.558Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:44.558Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-08T07:27:44.658Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:44.659Z||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-08T07:27:44.659Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:44.669Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:44.669Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:45.562Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:45.565Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:45.571Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:45.571Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-08T07:27:45.668Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-08T07:27:45.669Z||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-08T07:27:45.669Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:45.679Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:45.680Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:46.572Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:46.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:46.576Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:46.576Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-08T07:27:46.686Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-01-08T07:27:46.687Z||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-08T07:27:46.687Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:46.706Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:46.707Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:47.577Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:47.577Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:47.579Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:47.579Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:47.680Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:47.681Z||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-08T07:27:47.681Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:47.692Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:47.693Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:48.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:48.581Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:48.583Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:48.584Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:27:48.683Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:27:48.684Z||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-08T07:27:48.685Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:48.694Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:48.695Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:49.584Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:27:49.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:49.588Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:49.588Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:27:49.690Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:27:49.692Z||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-08T07:27:49.692Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:49.704Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:49.706Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:50.590Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "9d498ebc-9546-4ce1-8b60-b3c8e975a5ab", "serviceDescription": "service", "serviceInvariantUUID": "abad78ef-5bd8-443a-97fd-2d9bd388c7b2", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "7292dead-630c-403f-a1c2-796194344a19", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79635405-e6bf-4a54-8991-372cf55db3c6", "resourceInvariantUUID": "51419f20-e588-4498-ba2f-7edb7154daab", "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": "NjgxMjVlNzQyODM3MjZkMDg5NTQ1MzM1YzdlNjJkYzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b03b6c86-879b-4a9d-af01-5d1809df2061", "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": "a9e66187-80eb-451c-b4a1-6450ca426e4e", "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": "cc6bead5-1965-41c7-a6a1-139209977793", "generatedFromUUID": "a9e66187-80eb-451c-b4a1-6450ca426e4e" }, "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": "b0b8bbe5-0bc4-43ea-bdc0-6000295ca474", "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": "cc6bead5-1965-41c7-a6a1-139209977793", "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": "51992918-00cb-4caf-8308-a2ae39113f46", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZDYwNmRhMThmNjNmOGY1MjM0NmQ1MmYyNThmYWRjZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7284255a-d374-46da-8dce-26f785e38a94" } ], "workloadContext": "Production" } 2023-01-08T07:27:50.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T07:27:50.591Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9d498ebc-9546-4ce1-8b60-b3c8e975a5ab ASDC 2023-01-08T07:27:50.592Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:9d498ebc-9546-4ce1-8b60-b3c8e975a5ab ServiceInvariantUUID:abad78ef-5bd8-443a-97fd-2d9bd388c7b2 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:7284255a-d374-46da-8dce-26f785e38a94 ArtifactChecksum:ZDYwNmRhMThmNjNmOGY1MjM0NmQ1MmYyNThmYWRjZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:7292dead-630c-403f-a1c2-796194344a19 ResourceInvariantUUID:51419f20-e588-4498-ba2f-7edb7154daab ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:79635405-e6bf-4a54-8991-372cf55db3c6 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:b03b6c86-879b-4a9d-af01-5d1809df2061 ArtifactChecksum:NjgxMjVlNzQyODM3MjZkMDg5NTQ1MzM1YzdlNjJkYzc= 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:a9e66187-80eb-451c-b4a1-6450ca426e4e 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:cc6bead5-1965-41c7-a6a1-139209977793 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:b0b8bbe5-0bc4-43ea-bdc0-6000295ca474 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:cc6bead5-1965-41c7-a6a1-139209977793 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:51992918-00cb-4caf-8308-a2ae39113f46 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T07:27:50.593Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d498ebc-9546-4ce1-8b60-b3c8e975a5ab 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-08T07:27:50.655Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:27:50.656Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:27:50.656Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:27:50.657Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7284255a-d374-46da-8dce-26f785e38a94 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-08T07:27:50.657Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:50.657Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:50.767Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:50.786Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7284255a-d374-46da-8dce-26f785e38a94 163284 2023-01-08T07:27:50.789Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:50.789Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:50.789Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:50.790Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:50.792Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:50.793Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162870789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:50.893Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:50.893Z||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-08T07:27:50.894Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:50.908Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:50.908Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:51.793Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:27:51.795Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:27:51.795Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7284255a-d374-46da-8dce-26f785e38a94, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-08T07:27:51.796Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-08T07:27:51.797Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-08T07:27:51.797Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-08T07:27:52.081Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6567952407846959913/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-08T07:27:53.454Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T07:27:53.454Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:27:53.454Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.455Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.456Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-08T07:27:53.457Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.458Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.459Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:53.459Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.459Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.459Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:53.460Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.460Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.460Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:53.460Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=022f349f-1873-4062-8120-14686f3ba3cb 2023-01-08T07:27:53.461Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.462Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.462Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.462Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.462Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.463Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.463Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:53.463Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.463Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:9d498ebc-9546-4ce1-8b60-b3c8e975a5ab Model Version:NULL Model InvariantUuid:abad78ef-5bd8-443a-97fd-2d9bd388c7b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:68b5b070-5c17-4edb-8a49-c694fa753010 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:51419f20-e588-4498-ba2f-7edb7154daab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7292dead-630c-403f-a1c2-796194344a19 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5b567f07-b48f-48bf-bdf0-aab0cb563df0 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b4c81eaa-9457-437e-bfa3-2c2b10668955 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:10aa87a5-ec10-4012-a9ca-97c5af5e234c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:2ba8597c-343c-4099-977b-76b727ac8b70 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:022f349f-1873-4062-8120-14686f3ba3cb ModelInvariantUuid:8b2c6d17-f2ca-4f78-ae13-caf88cb7c125 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b4d29a22-085d-4fe3-94dd-56851ec9078b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7ba54230-e671-4bb9-9bee-54a214919f1b ModelInvariantUuid:87d33b88-04d7-4ee1-af7b-231ba21377ae ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:00784630-ae75-4acf-87ca-660df65107c2 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-08T07:27:53.471Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 79635405-e6bf-4a54-8991-372cf55db3c6 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-08T07:27:53.476Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-01-08T07:27:53.476Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79635405-e6bf-4a54-8991-372cf55db3c6 2023-01-08T07:27:53.477Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b03b6c86-879b-4a9d-af01-5d1809df2061 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-08T07:27:53.477Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:53.477Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.678Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:53.678Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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 b03b6c86-879b-4a9d-af01-5d1809df2061 1565 2023-01-08T07:27:53.679Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.679Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:53.679Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:53.679Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:53.681Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:53.681Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162873679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:53.781Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:53.783Z||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-08T07:27:53.783Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:53.792Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:53.793Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:54.682Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "10aa87a5-ec10-4012-a9ca-97c5af5e234c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ba8597c-343c-4099-977b-76b727ac8b70", "vfModuleModelCustomizationUUID": "1b492b63-9397-492a-a1a5-6a99ef0f46cf", "isBase": true, "artifacts": [ "a9e66187-80eb-451c-b4a1-6450ca426e4e", "cc6bead5-1965-41c7-a6a1-139209977793" ], "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": "5b567f07-b48f-48bf-bdf0-aab0cb563df0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4c81eaa-9457-437e-bfa3-2c2b10668955", "vfModuleModelCustomizationUUID": "b560e8fb-b526-40e6-bebc-d2ac44472bbc", "isBase": false, "artifacts": [ "51992918-00cb-4caf-8308-a2ae39113f46" ], "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-08T07:27:54.688Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ba8597c-343c-4099-977b-76b727ac8b70 VfModuleModelInvariantUUID:10aa87a5-ec10-4012-a9ca-97c5af5e234c VfModuleModelDescription:NULL Artifacts UUID List:{ a9e66187-80eb-451c-b4a1-6450ca426e4e , cc6bead5-1965-41c7-a6a1-139209977793 } 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:b4c81eaa-9457-437e-bfa3-2c2b10668955 VfModuleModelInvariantUUID:5b567f07-b48f-48bf-bdf0-aab0cb563df0 VfModuleModelDescription:NULL Artifacts UUID List:{ 51992918-00cb-4caf-8308-a2ae39113f46 } 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-08T07:27:54.691Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "10aa87a5-ec10-4012-a9ca-97c5af5e234c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ba8597c-343c-4099-977b-76b727ac8b70", "vfModuleModelCustomizationUUID": "1b492b63-9397-492a-a1a5-6a99ef0f46cf", "isBase": true, "artifacts": [ "a9e66187-80eb-451c-b4a1-6450ca426e4e", "cc6bead5-1965-41c7-a6a1-139209977793" ], "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": "5b567f07-b48f-48bf-bdf0-aab0cb563df0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4c81eaa-9457-437e-bfa3-2c2b10668955", "vfModuleModelCustomizationUUID": "b560e8fb-b526-40e6-bebc-d2ac44472bbc", "isBase": false, "artifacts": [ "51992918-00cb-4caf-8308-a2ae39113f46" ], "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-08T07:27:54.691Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ba8597c-343c-4099-977b-76b727ac8b70 VfModuleModelInvariantUUID:10aa87a5-ec10-4012-a9ca-97c5af5e234c VfModuleModelDescription:NULL Artifacts UUID List:{ a9e66187-80eb-451c-b4a1-6450ca426e4e , cc6bead5-1965-41c7-a6a1-139209977793 } 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:b4c81eaa-9457-437e-bfa3-2c2b10668955 VfModuleModelInvariantUUID:5b567f07-b48f-48bf-bdf0-aab0cb563df0 VfModuleModelDescription:NULL Artifacts UUID List:{ 51992918-00cb-4caf-8308-a2ae39113f46 } 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-08T07:27:54.691Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a9e66187-80eb-451c-b4a1-6450ca426e4e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-08T07:27:54.691Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:54.691Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:54.822Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:54.823Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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 a9e66187-80eb-451c-b4a1-6450ca426e4e 914 2023-01-08T07:27:54.823Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:54.823Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:54.823Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:54.824Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:54.826Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:54.826Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162874823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:54.926Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:27:54.927Z||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-08T07:27:54.927Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:54.936Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:54.937Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:55.826Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0b8bbe5-0bc4-43ea-bdc0-6000295ca474 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-08T07:27:55.827Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:55.827Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:55.917Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:55.917Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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 b0b8bbe5-0bc4-43ea-bdc0-6000295ca474 12 2023-01-08T07:27:55.917Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:55.918Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:55.918Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:55.918Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:55.925Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:55.925Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162875917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:56.020Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-08T07:27:56.021Z||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-08T07:27:56.021Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:56.032Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:56.032Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:56.925Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cc6bead5-1965-41c7-a6a1-139209977793 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-08T07:27:56.926Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:56.926Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:57.014Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:57.014Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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 cc6bead5-1965-41c7-a6a1-139209977793 96 2023-01-08T07:27:57.014Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:57.015Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:57.015Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:57.015Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:57.017Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:57.017Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162877014, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:57.118Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:27:57.119Z||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-08T07:27:57.119Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:57.129Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:57.130Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:58.017Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 51992918-00cb-4caf-8308-a2ae39113f46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-08T07:27:58.018Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:27:58.018Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:58.105Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:27:58.107Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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 51992918-00cb-4caf-8308-a2ae39113f46 20206 2023-01-08T07:27:58.107Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:58.107Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:58.107Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:27:58.108Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:58.110Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:58.111Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162878107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T07:27:58.210Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:27:58.212Z||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-08T07:27:58.212Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:58.225Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:58.226Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:27:59.126Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9d498ebc-9546-4ce1-8b60-b3c8e975a5ab 2023-01-08T07:27:59.128Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 79635405-e6bf-4a54-8991-372cf55db3c6 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-08T07:27:59.141Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@eee1c2e, org.onap.sdc.toscaparser.api.parameters.Input@a1829f3, org.onap.sdc.toscaparser.api.parameters.Input@6f25d335, org.onap.sdc.toscaparser.api.parameters.Input@51bc4a53, org.onap.sdc.toscaparser.api.parameters.Input@2f4d3326] 2023-01-08T07:27:59.143Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.143Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.144Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-08T07:27:59.144Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7292dead-630c-403f-a1c2-796194344a19 2023-01-08T07:27:59.145Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7292dead-630c-403f-a1c2-796194344a19 matches Tosca VF Customization UUID: 7292dead-630c-403f-a1c2-796194344a19 2023-01-08T07:27:59.145Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7292dead-630c-403f-a1c2-796194344a19 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-08T07:27:59.150Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.151Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.153Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7292dead-630c-403f-a1c2-796194344a19: {\"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-08T07:27:59.154Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16f1336d 2023-01-08T07:27:59.154Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.154Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.156Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b560e8fb-b526-40e6-bebc-d2ac44472bbc 2023-01-08T07:27:59.156Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b560e8fb-b526-40e6-bebc-d2ac44472bbc 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-08T07:27:59.167Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.168Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:59.168Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:59.168Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.168Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:59.169Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:27:59.169Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.169Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-08T07:27:59.169Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7292dead-630c-403f-a1c2-796194344a19 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-08T07:27:59.176Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.176Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.176Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9d498ebc-9546-4ce1-8b60-b3c8e975a5ab: basic_cnf_macro 2023-01-08T07:27:59.176Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.177Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.177Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.177Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.177Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.177Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.178Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.178Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.178Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:27:59.178Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.179Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.264Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 79635405-e6bf-4a54-8991-372cf55db3c6 2 ASDC deployResourceStructure 2023-01-08T07:27:59.264Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.265Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:27:59.265Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:27:59.265Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:27:59.267Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:27:59.267Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162879264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:27:59.370Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-08T07:27:59.371Z||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-08T07:27:59.372Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:27:59.382Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:27:59.383Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:00.268Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:00.269Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:00.269Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:00.270Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:00.284Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:00.284Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162880268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-08T07:28:00.384Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:00.385Z||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-08T07:28:00.385Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:00.397Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:00.398Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:01.285Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:01.285Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:01.285Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-08T07:28:01.286Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:01.291Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:01.291Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162881285, "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-08T07:28:01.391Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:01.392Z||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-08T07:28:01.392Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:01.411Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:01.412Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:02.292Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:02.293Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:02.293Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:02.293Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:02.297Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:02.297Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162882292, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-08T07:28:02.396Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-08T07:28:02.397Z||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-08T07:28:02.397Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:02.412Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:02.413Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:03.299Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:03.299Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:03.299Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-08T07:28:03.304Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:03.306Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:03.307Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162883298, "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-08T07:28:03.410Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-08T07:28:03.411Z||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-08T07:28:03.411Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:03.421Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:03.421Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:04.307Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:04.308Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:04.308Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:04.308Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:04.313Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:04.313Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162884307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:28:04.415Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-08T07:28:04.416Z||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-08T07:28:04.417Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:04.434Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:04.435Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:05.314Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:28:05.330Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:28:05.341Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:28:05.341Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T07:28:05.341Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T07:28:05.341Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T07:28:05.342Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:28:05.342Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:28:05.342Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:28:05.342Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:28:05.342Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:28:05.343Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:05.354Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T07:28:35.356Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 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-08T07:28:35.362Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 and serviceModelVersionId: 9d498ebc-9546-4ce1-8b60-b3c8e975a5ab 2023-01-08T07:28:35.363Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abad78ef-5bd8-443a-97fd-2d9bd388c7b2 2023-01-08T07:28:35.364Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?depth=0 2023-01-08T07:28:35.371Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T07:28:35.421Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?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-08T07:28:35.422Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?depth=0|INFO|500||Invoke 2023-01-08T07:28:35.447Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T07:28:35.548Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?depth=0|INFO|500||InvokeReturn 2023-01-08T07:28:35.550Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abad78ef-5bd8-443a-97fd-2d9bd388c7b2/model-vers/model-ver/9d498ebc-9546-4ce1-8b60-b3c8e975a5ab?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 07:28:34 GMT], content-length=[0], vertex-id=[233512], x-aai-txid=[2-aai-resources-230108-07:28:34:346-44012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T07:28:35.551Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T07:28:35.551Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T07:28:35.551Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:35.559Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|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-08T07:28:35.559Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 595a7fd1-fb6e-4fc9-afc5-1fc937a27a80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T07:28:35.560Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T07:28:35.560Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:35.566Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:35.567Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162915560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:28:35.664Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-01-08T07:28:35.665Z||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-08T07:28:35.665Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:35.679Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:35.680Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-08T07:28:36.585Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T07:28:36.586Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"52abb797-501e-4a04-aff0-9c73e38a2794","serviceDescription":"service","serviceInvariantUUID":"811562de-a19a-4006-bfa9-b5b8eb973252","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad8f9dbb-165e-4c97-9407-eb881e6af548","resourceInvariantUUID":"809b2030-8007-4933-bbdb-5524f1886c67","resourceCustomizationUUID":"b0dfee34-99e5-49d0-b04a-b4ae29ec0f30","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":"OTllYThjZDNhNTAwZTg0MjI5NWI0YzVmZThjZmI0OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d98f679-e84f-4110-a682-872a323d9afb","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":"ODEzNTNjM2YwZjI0ZTc5Yzc5MGU4Nzg5YjA2MjdlNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5dab6872-2022-4877-9091-89d8de4a6400","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":"e14670d1-f83d-4275-9685-8b7dc8afad33","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":"84ae144d-ba61-4ebd-836d-a6420452390b","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":"0751a699-fe68-48e8-a064-20723fdaee2c","artifactVersion":"2","generatedFromUUID":"e14670d1-f83d-4275-9685-8b7dc8afad33"},{"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":"MGJkZDFkODlmMzFhM2VlZWRkYTZmNzU5ODU5YzRlZDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"280d2cbe-c94a-45d4-a158-f967eab01f6c","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":"NTc5MGI5ZWRmNDEzMWM5NTcyY2QzYWIyNmNiMWMwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"246f0763-3524-4bf8-97e3-8b95f893afa3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjNhOThkNTdmMDFjNmY3ZGM2OWI4YWYzNjBmMTUzOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"990efed9-cada-4e42-a91b-4439233c80bc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T07:28:36.587Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:36.587Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:36.589Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:36.590Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:28:36.690Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:28:36.691Z||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-08T07:28:36.691Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:36.701Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:36.702Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:37.591Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:37.591Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:37.594Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:37.594Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:28:37.694Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:37.695Z||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-08T07:28:37.695Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:37.705Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:37.705Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:38.595Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:38.596Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:38.598Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:38.598Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T07:28:38.698Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:28:38.699Z||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-08T07:28:38.699Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:38.711Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:38.712Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:39.600Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:39.602Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:39.604Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:39.604Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:28:39.704Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:39.705Z||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-08T07:28:39.705Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:39.716Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:39.717Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:28:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:28:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:28:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:39.906Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:39.907Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:28:39.907Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:28:39.923Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:28:40.605Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:40.605Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:40.607Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:40.607Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T07:28:40.708Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:28:40.709Z||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-08T07:28:40.709Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:40.722Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:40.722Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:41.608Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:41.609Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:41.612Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:41.612Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:28:41.711Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:28:41.712Z||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-08T07:28:41.712Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:41.733Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:41.734Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:42.613Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:42.613Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:42.616Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:42.616Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:28:42.716Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:42.717Z||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-08T07:28:42.717Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:42.728Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:42.729Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:43.616Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:28:43.617Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:43.619Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:43.619Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:28:43.719Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:43.720Z||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-08T07:28:43.720Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:43.731Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:43.732Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:44.620Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "52abb797-501e-4a04-aff0-9c73e38a2794", "serviceDescription": "service", "serviceInvariantUUID": "811562de-a19a-4006-bfa9-b5b8eb973252", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b0dfee34-99e5-49d0-b04a-b4ae29ec0f30", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad8f9dbb-165e-4c97-9407-eb881e6af548", "resourceInvariantUUID": "809b2030-8007-4933-bbdb-5524f1886c67", "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": "ODEzNTNjM2YwZjI0ZTc5Yzc5MGU4Nzg5YjA2MjdlNGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dab6872-2022-4877-9091-89d8de4a6400", "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": "e14670d1-f83d-4275-9685-8b7dc8afad33", "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": "0751a699-fe68-48e8-a064-20723fdaee2c", "generatedFromUUID": "e14670d1-f83d-4275-9685-8b7dc8afad33" }, "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": "0751a699-fe68-48e8-a064-20723fdaee2c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjNhOThkNTdmMDFjNmY3ZGM2OWI4YWYzNjBmMTUzOGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "990efed9-cada-4e42-a91b-4439233c80bc" } ], "workloadContext": "Production" } 2023-01-08T07:28:44.620Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T07:28:44.621Z|595a7fd1-fb6e-4fc9-afc5-1fc937a27a80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52abb797-501e-4a04-aff0-9c73e38a2794 ASDC 2023-01-08T07:28:44.621Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:52abb797-501e-4a04-aff0-9c73e38a2794 ServiceInvariantUUID:811562de-a19a-4006-bfa9-b5b8eb973252 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:990efed9-cada-4e42-a91b-4439233c80bc ArtifactChecksum:MjNhOThkNTdmMDFjNmY3ZGM2OWI4YWYzNjBmMTUzOGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 ResourceInvariantUUID:809b2030-8007-4933-bbdb-5524f1886c67 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ad8f9dbb-165e-4c97-9407-eb881e6af548 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:5dab6872-2022-4877-9091-89d8de4a6400 ArtifactChecksum:ODEzNTNjM2YwZjI0ZTc5Yzc5MGU4Nzg5YjA2MjdlNGY= 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:e14670d1-f83d-4275-9685-8b7dc8afad33 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:0751a699-fe68-48e8-a064-20723fdaee2c 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:0751a699-fe68-48e8-a064-20723fdaee2c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-08T07:28:44.621Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52abb797-501e-4a04-aff0-9c73e38a2794 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-08T07:28:44.671Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:28:44.672Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:28:44.672Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:28:44.672Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 990efed9-cada-4e42-a91b-4439233c80bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-08T07:28:44.673Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:28:44.685Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:44.801Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:28:44.805Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 990efed9-cada-4e42-a91b-4439233c80bc 83005 2023-01-08T07:28:44.805Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:44.805Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:44.805Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:28:44.805Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:44.818Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:44.818Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162924805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:28:44.908Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2023-01-08T07:28:44.909Z||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-08T07:28:44.909Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:44.922Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:44.923Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:45.819Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:28:45.820Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:28:45.820Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 990efed9-cada-4e42-a91b-4439233c80bc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-08T07:28:45.821Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-08T07:28:45.821Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-08T07:28:45.821Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-08T07:28:45.972Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6554882247344517033/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-08T07:28:47.228Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T07:28:47.229Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:28:47.229Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-08T07:28:47.229Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.230Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:28:47.231Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.231Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.231Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:47.231Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:28:47.232Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.232Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.232Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.232Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:47.232Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:28:47.233Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.233Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.233Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.233Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.234Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-08T07:28:47.234Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-08T07:28:47.234Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-08T07:28:47.234Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-08T07:28:47.234Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T07:28:47.235Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-08T07:28:47.235Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.235Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.235Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.236Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:47.236Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:47.236Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.236Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:47.237Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:47.237Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.237Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:47.237Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:47.237Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.238Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-08T07:28:47.238Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-08T07:28:47.238Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T07:28:47.238Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e2f7069-b41d-4e8b-b611-3c6534f81d98 2023-01-08T07:28:47.238Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.239Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.239Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.239Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.239Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.239Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.240Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:47.240Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.240Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:52abb797-501e-4a04-aff0-9c73e38a2794 Model Version:NULL Model InvariantUuid:811562de-a19a-4006-bfa9-b5b8eb973252 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:89b2cd60-4746-47d8-ac7f-eaa82bc449f8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:809b2030-8007-4933-bbdb-5524f1886c67 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:35ce7d0f-f296-4c11-a44d-13a6f8da8004 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:dc4e8270-92f7-4725-865f-a74184919314 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e2f7069-b41d-4e8b-b611-3c6534f81d98 ModelInvariantUuid:0d50e758-b32e-4d46-ad1d-d4e0e05aa4f2 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d4561e43-3092-4896-bd60-af7432219b5e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6cfba71c-1b32-44ba-b538-22638b6d60a5 ModelInvariantUuid:13e9113a-c65d-43b4-8ac6-8c8147c15dc9 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:544d5def-1608-436b-81d0-e4167b6f641c 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-08T07:28:47.247Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ad8f9dbb-165e-4c97-9407-eb881e6af548 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-08T07:28:47.250Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-01-08T07:28:47.250Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad8f9dbb-165e-4c97-9407-eb881e6af548 2023-01-08T07:28:47.250Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dab6872-2022-4877-9091-89d8de4a6400 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-08T07:28:47.251Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:28:47.251Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.303Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:28:47.304Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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 5dab6872-2022-4877-9091-89d8de4a6400 792 2023-01-08T07:28:47.304Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.304Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:47.304Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:28:47.305Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:47.307Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:47.307Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162927304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:28:47.407Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:47.408Z||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-08T07:28:47.408Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:47.418Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:47.418Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:48.308Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "35ce7d0f-f296-4c11-a44d-13a6f8da8004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc4e8270-92f7-4725-865f-a74184919314", "vfModuleModelCustomizationUUID": "78f2898d-fd41-4739-ac8f-dd9ccc8dadf2", "isBase": true, "artifacts": [ "e14670d1-f83d-4275-9685-8b7dc8afad33", "0751a699-fe68-48e8-a064-20723fdaee2c" ], "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-08T07:28:48.311Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc4e8270-92f7-4725-865f-a74184919314 VfModuleModelInvariantUUID:35ce7d0f-f296-4c11-a44d-13a6f8da8004 VfModuleModelDescription:NULL Artifacts UUID List:{ e14670d1-f83d-4275-9685-8b7dc8afad33 , 0751a699-fe68-48e8-a064-20723fdaee2c } 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-08T07:28:48.315Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "35ce7d0f-f296-4c11-a44d-13a6f8da8004", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc4e8270-92f7-4725-865f-a74184919314", "vfModuleModelCustomizationUUID": "78f2898d-fd41-4739-ac8f-dd9ccc8dadf2", "isBase": true, "artifacts": [ "e14670d1-f83d-4275-9685-8b7dc8afad33", "0751a699-fe68-48e8-a064-20723fdaee2c" ], "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-08T07:28:48.315Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc4e8270-92f7-4725-865f-a74184919314 VfModuleModelInvariantUUID:35ce7d0f-f296-4c11-a44d-13a6f8da8004 VfModuleModelDescription:NULL Artifacts UUID List:{ e14670d1-f83d-4275-9685-8b7dc8afad33 , 0751a699-fe68-48e8-a064-20723fdaee2c } 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-08T07:28:48.315Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e14670d1-f83d-4275-9685-8b7dc8afad33 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-08T07:28:48.315Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:28:48.315Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:48.372Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:28:48.373Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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 e14670d1-f83d-4275-9685-8b7dc8afad33 5033 2023-01-08T07:28:48.373Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:48.373Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:48.373Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:28:48.373Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:48.375Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:48.375Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162928373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:28:48.476Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:48.477Z||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-08T07:28:48.477Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:48.489Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:48.489Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:49.376Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0751a699-fe68-48e8-a064-20723fdaee2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-08T07:28:49.376Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:28:49.376Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:49.425Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:28:49.426Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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 0751a699-fe68-48e8-a064-20723fdaee2c 903 2023-01-08T07:28:49.426Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:49.426Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:49.426Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:28:49.427Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:49.429Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:49.429Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162929426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:28:49.529Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:49.530Z||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-08T07:28:49.530Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:49.542Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:49.542Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:28:50.430Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 52abb797-501e-4a04-aff0-9c73e38a2794 2023-01-08T07:28:50.430Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ad8f9dbb-165e-4c97-9407-eb881e6af548 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-08T07:28:50.444Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32e7eb1e, org.onap.sdc.toscaparser.api.parameters.Input@526d0aa7, org.onap.sdc.toscaparser.api.parameters.Input@15455acc, org.onap.sdc.toscaparser.api.parameters.Input@787a5cd7, org.onap.sdc.toscaparser.api.parameters.Input@75c8f7dd] 2023-01-08T07:28:50.445Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.445Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.446Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-08T07:28:50.446Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 2023-01-08T07:28:50.446Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 matches Tosca VF Customization UUID: b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 2023-01-08T07:28:50.446Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 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-08T07:28:50.448Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.448Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.449Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b0dfee34-99e5-49d0-b04a-b4ae29ec0f30: {\"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-08T07:28:50.449Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ad035d1 2023-01-08T07:28:50.449Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.449Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.450Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78f2898d-fd41-4739-ac8f-dd9ccc8dadf2 2023-01-08T07:28:50.450Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78f2898d-fd41-4739-ac8f-dd9ccc8dadf2 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-08T07:28:50.452Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.453Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:50.453Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:50.453Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.453Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:50.453Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:50.454Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.454Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-08T07:28:50.454Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-08T07:28:50.454Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-08T07:28:50.454Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3e2f7069-b41d-4e8b-b611-3c6534f81d98 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-08T07:28:50.456Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.457Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:50.457Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-08T07:28:50.457Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.457Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-08T07:28:50.457Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b0dfee34-99e5-49d0-b04a-b4ae29ec0f30 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-08T07:28:50.459Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.459Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.459Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 52abb797-501e-4a04-aff0-9c73e38a2794: basic_vm_macro 2023-01-08T07:28:50.459Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.460Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.461Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.461Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:28:50.461Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.461Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.541Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ad8f9dbb-165e-4c97-9407-eb881e6af548 1 ASDC deployResourceStructure 2023-01-08T07:28:50.541Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.541Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:50.542Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:50.542Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:50.544Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:50.544Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162930541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:28:50.650Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-01-08T07:28:50.651Z||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-08T07:28:50.651Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:50.670Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:50.671Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:28:51.544Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:51.545Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:51.545Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:51.545Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:51.548Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:51.548Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162931544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-08T07:28:51.648Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:51.650Z||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-08T07:28:51.650Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:51.661Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:51.662Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:52.551Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:52.552Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:52.552Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:52.553Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:52.555Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:52.555Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-08T07:28:52.655Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:52.656Z||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-08T07:28:52.656Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:52.667Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:52.667Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:28:53.556Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:53.556Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:28:53.556Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:28:53.556Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:28:53.558Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:28:53.559Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162933556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:28:53.659Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:28:53.660Z||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-08T07:28:53.660Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:28:53.686Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:28:53.687Z||pool-127-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:28:54.560Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:28:54.573Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:28:54.575Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:28:54.575Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T07:28:54.576Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T07:29:24.576Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:29:24.591Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:29:24.593Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:29:24.593Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T07:29:24.593Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T07:29:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:29:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:29:39.885Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:29:39.911Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:29:39.912Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:29:39.912Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:29:39.913Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:29:54.594Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:29:54.612Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:29:54.615Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:29:54.616Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T07:29:54.616Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T07:30:24.616Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:30:24.632Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:30:24.634Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:30:24.635Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-08T07:30:24.635Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-08T07:30:39.886Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:30:39.887Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:30:39.887Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:30:39.917Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:30:39.927Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.928Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.929Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.929Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.929Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162859280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:39.929Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:39.930Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.930Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.930Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.930Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.931Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.931Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.931Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.931Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:30:39.932Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.932Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.932Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "cds-sdc-listener", "timestamp": 1673162860621, "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=? 2023-01-08T07:30:39.951Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 2023-01-08T07:30:39.952Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 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-08T07:30:39.975Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.975Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162854236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:39.976Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.976Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.976Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.976Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162862344, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:39.977Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:39.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.978Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162863409, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:39.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:39.979Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.980Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.980Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.980Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.980Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.981Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.981Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.981Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-08T07:30:39.981Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.981Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.982Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162864472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:39.982Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:39.982Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.982Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.983Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-08T07:30:39.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.984Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:39.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:39.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:39.985Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162865517, "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-08T07:30:39.996Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 2023-01-08T07:30:39.997Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 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-08T07:30:40.007Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.008Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162857940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.008Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.008Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.008Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.009Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "multicloud-k8s", "timestamp": 1673162866521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.010Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.010Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.010Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.011Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.026Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.027Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162866093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.027Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.027Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.027Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.028Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.028Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.028Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.028Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.029Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.030Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.030Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.030Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.030Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.031Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162870789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.043Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.043Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.043Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162862432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.044Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.044Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.044Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162871171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.044Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.045Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.045Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162873679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.045Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.046Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.046Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162874823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.046Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.046Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.047Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162873604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.047Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.047Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.048Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162873940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.048Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.048Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.048Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162875917, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.049Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.049Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.049Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162874609, "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-08T07:30:40.060Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 2023-01-08T07:30:40.061Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 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-08T07:30:40.075Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.075Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "aai-model-loader", "timestamp": 1673162874943, "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-08T07:30:40.082Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 2023-01-08T07:30:40.082Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 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-08T07:30:40.094Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.095Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162877014, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.095Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.096Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.096Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162878107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.096Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.096Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.097Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162879264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.097Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.097Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.098Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162880268, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.098Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.098Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.098Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162881285, "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-08T07:30:40.099Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.099Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.099Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162882292, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.100Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.100Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.100Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162883298, "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-08T07:30:40.101Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.101Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.101Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162884307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.102Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.102Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.102Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.102Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.103Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.103Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.103Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.103Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.104Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.105Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.105Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.105Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.106Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.106Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.106Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.106Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.107Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.108Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.108Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.108Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.109Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.110Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.110Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.110Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.110Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.110Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.111Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.111Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.111Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.111Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.111Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.112Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.113Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.113Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.113Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.113Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.114Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.114Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.115Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.115Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.115Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.115Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.116Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.116Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.116Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.116Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.117Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.118Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.118Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.118Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.118Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.118Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.119Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.120Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.120Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.120Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.123Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.124Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.125Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.125Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.125Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.125Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.126Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.126Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.126Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.127Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.127Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.127Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.127Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.127Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.128Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-08T07:30:40.129Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.129Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.129Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.129Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.130Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.131Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.131Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.131Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.131Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.132Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.132Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.132Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.132Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.133Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.134Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.134Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.134Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162887940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.134Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.135Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.135Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162879050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.135Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.135Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.136Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "multicloud-k8s", "timestamp": 1673162867524, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.136Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.136Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.136Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162861622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.136Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.137Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.137Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.137Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.137Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.138Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162901523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.138Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.138Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.138Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162899860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.138Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.139Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.139Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162900152, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.139Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.139Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.140Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.140Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.140Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.140Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162902557, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.141Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.141Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.141Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162892434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:30:40.141Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.141Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.142Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "cds-sdc-listener", "timestamp": 1673162901439, "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-08T07:30:40.202Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 2023-01-08T07:30:40.202Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 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-08T07:30:40.214Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.214Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "ves-openapi-manager", "timestamp": 1673162903559, "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-08T07:30:40.221Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 2023-01-08T07:30:40.222Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 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-08T07:30:40.239Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.240Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162902241, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:30:40.240Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.241Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.241Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162904224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.241Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.242Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.242Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673162905228, "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-08T07:30:40.248Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 2023-01-08T07:30:40.248Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 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-08T07:30:40.260Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.261Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162905570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:30:40.261Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.262Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.262Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "aai-model-loader", "timestamp": 1673162906572, "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-08T07:30:40.270Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 2023-01-08T07:30:40.271Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 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-08T07:30:40.290Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.291Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "595a7fd1-fb6e-4fc9-afc5-1fc937a27a80", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162915560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:30:40.291Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:30:40.292Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.292Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.292Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.292Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.293Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-08T07:30:40.293Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.293Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.293Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-08T07:30:40.294Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:40.294Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-08T07:30:40.294Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:30:40.294Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-08T07:30:54.635Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:30:54.650Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:30:54.655Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:30:54.655Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T07:30:54.656Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T07:30:54.656Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T07:30:54.656Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:30:54.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:30:54.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:30:54.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:30:54.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:30:54.658Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:30:54.666Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T07:31:24.667Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc 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-08T07:31:24.685Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc and serviceModelVersionId: 52abb797-501e-4a04-aff0-9c73e38a2794 2023-01-08T07:31:24.685Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 811562de-a19a-4006-bfa9-b5b8eb973252 2023-01-08T07:31:24.687Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0 2023-01-08T07:31:24.693Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T07:31:24.768Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0|INFO|500||Invoke 2023-01-08T07:31:24.769Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b1ec5ac-5cac-41fb-bf35-2d76fc3c75b3], X-ECOMP-RequestID=[a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc], X-TransactionId=[], X-ONAP-RequestID=[a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc], Content-Type=[application/merge-patch+json]} 2023-01-08T07:31:24.835Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T07:31:24.955Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?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/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 07:31:23 GMT], content-length=[0], vertex-id=[249928], x-aai-txid=[1-aai-resources-230108-07:31:23:727-23638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T07:31:24.955Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-08T07:31:24.957Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/811562de-a19a-4006-bfa9-b5b8eb973252/model-vers/model-ver/52abb797-501e-4a04-aff0-9c73e38a2794?depth=0|INFO|500||InvokeReturn 2023-01-08T07:31:24.958Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T07:31:24.959Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:31:24.967Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:31:24.968Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T07:31:24.968Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T07:31:24.968Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:24.971Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:24.971Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163084968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:31:25.074Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-08T07:31:25.075Z||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-08T07:31:25.075Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:25.087Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:25.088Z||pool-128-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-08T07:31:25.990Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:31:25.991Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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-08T07:31:25.991Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:31.645Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:31.646Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-08T07:31:31.646Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"41aa7d98-dea7-47ed-a6c5-fb372e1ef140","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"77eddfb5-db80-4785-ab17-443118e22fd5","serviceDescription":"service","serviceInvariantUUID":"148eb05a-8f8a-4eba-ad51-affd31048bc8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d4fba58-efb9-4da1-91c7-279a7f0f10af","resourceInvariantUUID":"fd45dc58-3f4a-4c6b-af02-9a92a15476b7","resourceCustomizationUUID":"9a6ab9a5-27d9-4734-b166-cf3ba535f125","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":"MzljYjcyYTQ3YmZjOGIyMTY0NTFjOGRmNmJlNjFiMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57f83a4c-0257-4b67-a50b-157c1be70874","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":"39e0d443-0500-4fc0-9b5a-e9bde876e672","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":"57b0546d-0e0d-4537-bb84-3fbec8ab4ebe","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":"MzlmZTI0YzkyNmIyMWIzYzNiMGY5MzVmODcyOTBmYTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f719946b-022a-4f48-9d08-0e52bc9d6302","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":"5417685e-16ef-451e-9a61-4b18afcce4a5","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":"1cebb051-6a07-4beb-919c-4a91f67b480d","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":"f4a72351-9895-4a70-a277-f70fe6085fdf","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":"ODQ1YWFlMDZmZTRjYmNjMTkwODU5YjU0OWUyNzA1MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"152930bd-e4b7-4f50-8985-2806c3e6e24d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzYzZmZlOTlhNTUzNDQzMjZhNTdmZWU5ZDRiNGJjYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d96f5e2-7eb8-46fd-9fb3-5827036334e1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-08T07:31:31.650Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:31.651Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:31.654Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:31.654Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:31.754Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-08T07:31:31.755Z||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-08T07:31:31.755Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:31.767Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:31.767Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:32.655Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:32.655Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:32.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:32.657Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:32.758Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:31:32.759Z||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-08T07:31:32.759Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:32.769Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:32.769Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:31:33.665Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:33.666Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:33.670Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:33.670Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:33.769Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-08T07:31:33.771Z||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-08T07:31:33.771Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:33.781Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:33.782Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:31:34.671Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:34.672Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:34.674Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:34.675Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:34.775Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:31:34.776Z||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-08T07:31:34.776Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:34.787Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:34.788Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:31:35.675Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:35.676Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:35.678Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:35.678Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:35.778Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:31:35.779Z||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-08T07:31:35.779Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:35.789Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:35.790Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:36.679Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:36.679Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:36.682Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:36.682Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:36.786Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-08T07:31:36.787Z||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-08T07:31:36.787Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:36.800Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:36.800Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:37.683Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:37.684Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:37.688Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:37.688Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:37.786Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-08T07:31:37.787Z||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-08T07:31:37.787Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:37.798Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:37.798Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:38.689Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:38.689Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:38.691Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:38.692Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:38.792Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:31:38.793Z||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-08T07:31:38.793Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:38.804Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:38.805Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:31:39.694Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-08T07:31:39.700Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:39.702Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:39.702Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:31:39.803Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:31:39.804Z||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-08T07:31:39.804Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:39.817Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:39.818Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:31:39.884Z||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-08T07:31:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:39.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:39.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-08T07:31:39.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-08T07:31:39.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:39.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-08T07:31:39.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:31:39.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-08T07:31:39.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162859880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:31:39.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162924805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162927304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-08T07:31:39.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162928373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-08T07:31:39.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162929426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-08T07:31:39.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162930541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-08T07:31:39.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162931544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-08T07:31:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162932551, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-08T07:31:39.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:39.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-08T07:31:39.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673162933556, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:31:39.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:31:40.714Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "77eddfb5-db80-4785-ab17-443118e22fd5", "serviceDescription": "service", "serviceInvariantUUID": "148eb05a-8f8a-4eba-ad51-affd31048bc8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9a6ab9a5-27d9-4734-b166-cf3ba535f125", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1d4fba58-efb9-4da1-91c7-279a7f0f10af", "resourceInvariantUUID": "fd45dc58-3f4a-4c6b-af02-9a92a15476b7", "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": "NzYzZmZlOTlhNTUzNDQzMjZhNTdmZWU5ZDRiNGJjYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d96f5e2-7eb8-46fd-9fb3-5827036334e1" } ], "workloadContext": "Production" } 2023-01-08T07:31:40.715Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-08T07:31:40.715Z|a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77eddfb5-db80-4785-ab17-443118e22fd5 ASDC 2023-01-08T07:31:40.715Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:41aa7d98-dea7-47ed-a6c5-fb372e1ef140 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:77eddfb5-db80-4785-ab17-443118e22fd5 ServiceInvariantUUID:148eb05a-8f8a-4eba-ad51-affd31048bc8 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:3d96f5e2-7eb8-46fd-9fb3-5827036334e1 ArtifactChecksum:NzYzZmZlOTlhNTUzNDQzMjZhNTdmZWU5ZDRiNGJjYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9a6ab9a5-27d9-4734-b166-cf3ba535f125 ResourceInvariantUUID:fd45dc58-3f4a-4c6b-af02-9a92a15476b7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1d4fba58-efb9-4da1-91c7-279a7f0f10af ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-08T07:31:40.715Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77eddfb5-db80-4785-ab17-443118e22fd5 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-08T07:31:40.748Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:31:40.749Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:31:40.749Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:31:40.749Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d96f5e2-7eb8-46fd-9fb3-5827036334e1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-08T07:31:40.749Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-08T07:31:40.749Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:40.972Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-08T07:31:40.980Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d96f5e2-7eb8-46fd-9fb3-5827036334e1 111096 2023-01-08T07:31:40.981Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:40.981Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:40.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-08T07:31:40.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:40.985Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:40.985Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163100981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:31:41.085Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:31:41.086Z||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-08T07:31:41.086Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:41.103Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:41.103Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-08T07:31:41.986Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-08T07:31:41.986Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-08T07:31:41.987Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3d96f5e2-7eb8-46fd-9fb3-5827036334e1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-08T07:31:41.987Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-08T07:31:41.987Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-08T07:31:41.988Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-08T07:31:42.100Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5824466537625019934/Definitions/service-TestPnfMacro-template.yml 2023-01-08T07:31:42.963Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-08T07:31:42.963Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:31:42.963Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.964Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.965Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-08T07:31:42.965Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:31:42.965Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T07:31:42.965Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.965Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.966Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.967Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:77eddfb5-db80-4785-ab17-443118e22fd5 Model Version:NULL Model InvariantUuid:148eb05a-8f8a-4eba-ad51-affd31048bc8 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-08T07:31:42.974Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d4fba58-efb9-4da1-91c7-279a7f0f10af 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-08T07:31:42.977Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-01-08T07:31:42.977Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d4fba58-efb9-4da1-91c7-279a7f0f10af 2023-01-08T07:31:42.977Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 77eddfb5-db80-4785-ab17-443118e22fd5 2023-01-08T07:31:42.977Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 77eddfb5-db80-4785-ab17-443118e22fd5 2023-01-08T07:31:42.977Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1d4fba58-efb9-4da1-91c7-279a7f0f10af 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-08T07:31:42.981Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d706f8, org.onap.sdc.toscaparser.api.parameters.Input@1630085, org.onap.sdc.toscaparser.api.parameters.Input@53bd8260, org.onap.sdc.toscaparser.api.parameters.Input@1b75b8a2, org.onap.sdc.toscaparser.api.parameters.Input@2a249df2] 2023-01-08T07:31:42.981Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 77eddfb5-db80-4785-ab17-443118e22fd5: test-pnf 2023-01-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Processing PNF resource: 1d4fba58-efb9-4da1-91c7-279a7f0f10af 2023-01-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:42.982Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||Resource customization UUID: 9a6ab9a5-27d9-4734-b166-cf3ba535f125 is the same as notified resource customizationUUID: 9a6ab9a5-27d9-4734-b166-cf3ba535f125 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-08T07:31:43.017Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1d4fba58-efb9-4da1-91c7-279a7f0f10af 0 ASDC deployResourceStructure 2023-01-08T07:31:43.018Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:43.018Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:43.018Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-08T07:31:43.018Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:31:43.020Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:31:43.020Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163103018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:31:43.121Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-08T07:31:43.121Z||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-08T07:31:43.122Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:31:43.148Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:31:43.149Z||pool-139-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2023-01-08T07:31:44.021Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T07:31:44.035Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08T07:31:44.038Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-08T07:31:44.038Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-08T07:31:44.038Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-08T07:31:44.039Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-08T07:31:44.039Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:31:44.039Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:31:44.039Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:31:44.040Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:31:44.040Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-08T07:31:44.040Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:31:44.045Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-08T07:32:14.046Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 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-08T07:32:14.052Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 and serviceModelVersionId: 77eddfb5-db80-4785-ab17-443118e22fd5 2023-01-08T07:32:14.052Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 148eb05a-8f8a-4eba-ad51-affd31048bc8 2023-01-08T07:32:14.052Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?depth=0 2023-01-08T07:32:14.057Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-08T07:32:14.095Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?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-08T07:32:14.098Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?depth=0|INFO|500||Invoke 2023-01-08T07:32:14.118Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-08T07:32:14.220Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?depth=0|INFO|500||InvokeReturn 2023-01-08T07:32:14.220Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/148eb05a-8f8a-4eba-ad51-affd31048bc8/model-vers/model-ver/77eddfb5-db80-4785-ab17-443118e22fd5?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 07:32:13 GMT], content-length=[0], vertex-id=[507928], x-aai-txid=[2-aai-resources-230108-07:32:13:005-44588], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-08T07:32:14.221Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-01-08T07:32:14.223Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-08T07:32:14.223Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:32:14.227Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:32:14.227Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41aa7d98-dea7-47ed-a6c5-fb372e1ef140 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-08T07:32:14.228Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-08T07:32:14.228Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-08T07:32:14.230Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-08T07:32:14.230Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163134228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:32:14.331Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-08T07:32:14.333Z||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-08T07:32:14.334Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:14.350Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:32:14.351Z||pool-140-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-08T07:32:15.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:32:15.264Z||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-08T07:32:15.264Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:24.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:32:24.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:32:24.834Z||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-08T07:32:24.834Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:34.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:32:34.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:32:34.385Z||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-08T07:32:34.385Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:32:39.884Z||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-08T07:32:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:39.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:32:39.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4cc3874-7bbe-41ba-a5f3-e27ff6eb09bc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163084968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:32:39.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:32:39.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-08T07:32:39.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:39.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-08T07:32:39.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163085990, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-08T07:32:39.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-08T07:32:43.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:32:43.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:32:43.932Z||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-08T07:32:43.932Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:32:53.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:33:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:33:39.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:33:39.890Z||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-08T07:33:39.890Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:33:40.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:33:40.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-08T07:33:40.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163100981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163103018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-08T07:33:40.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa7d98-dea7-47ed-a6c5-fb372e1ef140", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673163134228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-08T07:33:40.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-08T07:33:49.449Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:34:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:34:39.882Z||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-08T07:34:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:34:39.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:34:39.887Z||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-08T07:34:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:34:49.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:34:49.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:35:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:35:39.882Z||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-08T07:35:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:35:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:35:39.885Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:35:39.885Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:35:49.430Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:35:49.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:36:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:36:39.881Z||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-08T07:36:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:36:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:36:39.884Z||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-08T07:36:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:36:49.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:36:49.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:37:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:37:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:37:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:37:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:37:39.884Z||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-08T07:37:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:37:49.431Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:37:49.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:38:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:38:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:38:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:38:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:38:39.884Z||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-08T07:38:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:38:49.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:38:49.433Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:39:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:39:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:39:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:39:39.883Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:39:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:39:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:39:49.442Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:39:49.443Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:40:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:40:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:40:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:40:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:40:39.885Z||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-08T07:40:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:40:49.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:40:49.455Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:41:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:41:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:41:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:41:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:41:39.884Z||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-08T07:41:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:41:49.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:41:49.462Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:42:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:42:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:42:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:42:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:42:39.885Z||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-08T07:42:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:42:49.451Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:42:49.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:43:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:43:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:43:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:43:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:43:39.885Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T07:43:39.885Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:43:49.480Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:43:49.481Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:44:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:44:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:44:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:44:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:44:39.884Z||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-08T07:44:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:44:49.438Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:44:49.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:45:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:45:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:45:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:45:39.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:45:39.884Z||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-08T07:45:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:45:49.429Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:45:49.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:46:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:46:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:46:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:46:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:46:39.883Z||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-08T07:46:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:46:49.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:46:49.421Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:47:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:47:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:47:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:47:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:47:39.884Z||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-08T07:47:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:47:49.424Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:47:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:48:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:48:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:48:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:48:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:48:39.883Z||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-08T07:48:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:48:49.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:48:49.431Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:49:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:49:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:49:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:49:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:49:39.884Z||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-08T07:49:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:49:49.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:49:49.438Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:50:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:50:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:50:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:50:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:50:39.884Z||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-08T07:50:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:50:49.422Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:50:49.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:51:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:51:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:51:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:51:39.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:51:39.886Z||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-08T07:51:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:51:49.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:51:49.442Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:52:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:52:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:52:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:52:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:52:39.884Z||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-08T07:52:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:52:49.433Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:52:49.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:53:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:53:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:53:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:53:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:53:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:53:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:53:49.432Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:53:49.432Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:54:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:54:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:54:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:54:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:54:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T07:54:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:54:49.433Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:54:49.433Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:55:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:55:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:55:39.883Z||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-08T07:55:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:55:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:55:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:55:49.432Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:55:49.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:56:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:56:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:56:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:56:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:56:39.884Z||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-08T07:56:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:56:49.449Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:56:49.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:57:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:57:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:57:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:57:39.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:57:39.884Z||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-08T07:57:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:57:49.426Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:57:49.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:58:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:58:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:58:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:58:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:58:39.884Z||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-08T07:58:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:58:49.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:58:49.449Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:59:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:59:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T07:59:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:59:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T07:59:39.884Z||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-08T07:59:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T07:59:49.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T07:59:49.429Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:00:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:00:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:00:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:00:39.883Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:00:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T08:00:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:00:49.420Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:00:49.424Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:01:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:01:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:01:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:01:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:01:39.884Z||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-08T08:01:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:01:49.422Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:01:49.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:02:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:02:39.881Z||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-08T08:02:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:02:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:02:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:02:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:02:49.421Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:02:49.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:03:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:03:39.881Z||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-08T08:03:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:03:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:03:39.884Z||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-08T08:03:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:03:49.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:03:49.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:04:39.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:04:39.882Z||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-08T08:04:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:04:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:04:39.884Z||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-08T08:04:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:04:49.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:04:49.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:05:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:05:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:05:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:05:39.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:05:39.887Z||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-08T08:05:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:05:49.422Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:05:49.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:06:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:06:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:06:39.882Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:06:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:06:39.884Z||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-08T08:06:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:06:49.423Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:06:49.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:07:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:07:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:07:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:07:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:07:39.884Z||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-08T08:07:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:07:49.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:07:49.432Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:08:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:08:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:08:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:08:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:08:39.883Z||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-08T08:08:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:08:49.419Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:08:49.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:09:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:09:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:09:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:09:39.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:09:39.884Z||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-08T08:09:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:09:49.433Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:09:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:10:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:10:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:10:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:10:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:10:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:10:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:10:49.425Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:10:49.425Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:11:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:11:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:11:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:11:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:11:39.884Z||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-08T08:11:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:11:49.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:11:49.427Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:12:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:12:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:12:39.884Z||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-08T08:12:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:12:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:12:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:12:49.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:12:49.442Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:13:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:13:39.881Z||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-08T08:13:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:13:39.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:13:39.887Z||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-08T08:13:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:13:49.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:13:49.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:14:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:14:39.881Z||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-08T08:14:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:14:39.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:14:39.884Z||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-08T08:14:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:14:49.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:14:49.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:15:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:15:39.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:15:39.885Z||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-08T08:15:39.885Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:15:39.885Z||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-08T08:15:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:15:49.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:15:49.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:16:39.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:16:39.883Z||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-08T08:16:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:16:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:16:39.883Z||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-08T08:16:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:16:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:16:49.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:17:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:17:39.883Z||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-08T08:17:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:17:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:17:39.884Z||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-08T08:17:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:17:49.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:17:49.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:18:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:18:39.882Z||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-08T08:18:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:18:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:18:39.884Z||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-08T08:18:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:18:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:18:49.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:19:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:19:39.881Z||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-08T08:19:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:19:39.886Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:19:39.887Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:19:39.887Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:19:49.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:19:49.436Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:20:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:20:39.881Z||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-08T08:20:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:20:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:20:39.884Z||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-08T08:20:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:20:49.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:20:49.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:21:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:21:39.881Z||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-08T08:21:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:21:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:21:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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-08T08:21:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:21:49.423Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:21:49.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:22:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:22:39.882Z||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-08T08:22:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:22:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:22:39.884Z||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-08T08:22:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:22:49.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:22:49.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:23:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:23:39.881Z||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-08T08:23:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:23:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:23:39.884Z||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-08T08:23:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:23:49.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:23:49.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:24:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:24:39.882Z||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-08T08:24:39.883Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:24:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:24:39.884Z||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-08T08:24:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:24:49.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:24:49.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:25:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:25:39.881Z||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-08T08:25:39.881Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:25:39.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:25:39.886Z||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-08T08:25:39.886Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:25:49.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:25:49.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:26:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:26:39.882Z||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-08T08:26:39.882Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:26:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:26:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:26:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:26:49.431Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:26:49.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:27:39.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:27:39.887Z||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-08T08:27:39.887Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:27:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:27:39.889Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:27:39.889Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:27:49.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:27:49.455Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:28:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:28:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:28:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:28:39.884Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:28:39.884Z||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-08T08:28:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:28:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:28:49.431Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:29:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:29:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:29:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:29:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:29:39.884Z||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-08T08:29:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:29:49.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:29:49.424Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:30:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:30:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:30:39.883Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:30:39.883Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:30:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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-08T08:30:39.884Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:30:49.426Z|41aa7d98-dea7-47ed-a6c5-fb372e1ef140|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:30:49.429Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:31:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:31:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:31:39.881Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:31:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:31:39.884Z||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-08T08:31:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:31:49.421Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:31:49.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:32:39.880Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:32:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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-08T08:32:39.882Z|27b79537-6ae9-4690-86f9-24c91d08eabb|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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:32:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-08T08:32:39.884Z||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-08T08:32:39.884Z||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 31OWDXPjGTwJn5xr) ... 2023-01-08T08:32:49.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-08T08:32:49.425Z|27b79537-6ae9-4690-86f9-24c91d08eabb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK