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-17T03:34:26.855Z||main|||||INFO|500||The following profiles are active: basic 2023-01-17T03:35:01.411Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-17T03:35:01.412Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-17T03:35:01.603Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-17T03:35:13.418Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-17T03:35:15.683Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-17T03:35:18.339Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-17T03:35:18.390Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-17T03:35:19.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-17T03:35:21.577Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-17T03:35:26.133Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-17T03:35:36.889Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-17T03:35:45.650Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-17T03:35:45.898Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-17T03:35:47.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-17T03:35:48.970Z||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-17T03:35:54.147Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-17T03:35:57.653Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-17T03:35:57.730Z||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$$75ebdfa9.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-17T03:35:57.733Z||main|||||WARN|500||The sdc end point is not alive 2023-01-17T03:36:05.315Z||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-17T03:36:12.470Z||main|||||WARN|500||--- 2023-01-17T03:36:12.471Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-17T03:36:12.471Z||main|||||WARN|500||--- 2023-01-17T03:36:14.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-17T03:36:30.652Z||main|||||INFO|500||Started Application in 136.998 seconds (JVM running for 147.108) 2023-01-17T03:36:30.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-17T03:36:30.790Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-17T03:36:30.840Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-17T03:36:30.911Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-17T03:36:31.024Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d20496f-9da7-4321-80af-5df0877e3db6 url= /sdc/v1/artifactTypes 2023-01-17T03:36:31.025Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-17T03:36:31.728Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-17T03:36:31.787Z||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-17T03:36:31.909Z||scheduling-1|||||DEBUG|500||create keys 2023-01-17T03:36:31.927Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-17T03:36:32.063Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:36:32.129Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 22181ed7-4150-4b9d-85f3-42cec3e445a6 url= /sdc/v1/registerForDistribution 2023-01-17T03:36:32.238Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 22181ed7-4150-4b9d-85f3-42cec3e445a6 url= /sdc/v1/registerForDistribution 2023-01-17T03:36:32.239Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-17T03:36:32.280Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:36:32.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:36:32.375Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-17T03:36:32.376Z||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-17T03:36:32.376Z||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-17T03:36:32.379Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:36:32.377Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:36:42.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:36:42.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:37:32.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:37:32.256Z||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-17T03:37:32.257Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:37:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:37:32.281Z||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-17T03:37:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:37:41.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:37:41.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:38:32.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:38:32.256Z||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-17T03:38:32.258Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:38:32.308Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:38:32.311Z||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-17T03:38:32.312Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:38:41.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:38:41.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:39:32.257Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:39:32.274Z||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-17T03:39:32.275Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:39:32.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:39:32.288Z||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-17T03:39:32.288Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:39:41.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:39:41.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:40:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:40:32.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:40:32.257Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:40:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:40:32.281Z||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-17T03:40:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:40:41.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:40:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:41:32.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:41:32.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:41:32.258Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:41:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:41:32.281Z||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-17T03:41:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:41:41.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:41:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:42:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:42:32.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:42:32.256Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:42:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:42:32.281Z||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-17T03:42:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:42:41.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:42:41.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:43:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:43:32.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:43:32.256Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:43:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:43:32.282Z||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-17T03:43:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:43:41.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:43:41.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:44:26.015Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-17T03:44:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:44:32.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:44:32.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:44:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:44:32.280Z||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-17T03:44:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:44:41.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:44:41.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:45:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:45:32.256Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:45:32.258Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:45:32.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:45:32.286Z||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-17T03:45:32.287Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:45:41.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:45:41.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:46:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:46:32.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:46:32.255Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:46:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:46:32.281Z||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-17T03:46:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:46:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:46:41.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:47:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:47:32.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:47:32.255Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:47:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:47:32.280Z||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-17T03:47:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:47:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:47:41.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:48:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:48:32.255Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:48:32.256Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:48:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:48:32.281Z||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-17T03:48:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:48:41.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:48:41.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:49:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:49:32.258Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:49:32.259Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:49:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:49:32.280Z||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-17T03:49:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:49:41.803Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:49:41.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:50:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:50:32.256Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T03:50:32.256Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T03:50:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:50:32.280Z||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-17T03:50:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:50:41.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:50:41.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:51:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:51:32.259Z||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-17T03:51:32.260Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:51:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:51:32.280Z||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-17T03:51:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:51:41.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:51:41.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:52:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:52:32.256Z||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-17T03:52:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:52:32.280Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:52:32.281Z||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-17T03:52:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:52:41.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:52:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:53:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:53:32.255Z||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-17T03:53:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:53:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:53:32.281Z||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-17T03:53:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:53:41.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:53:41.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:54:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:54:32.255Z||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-17T03:54:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:54:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:54:32.280Z||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-17T03:54:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:54:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:54:41.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:55:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:55:32.255Z||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-17T03:55:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:55:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:55:32.280Z||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-17T03:55:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:55:41.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:55:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:56:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:56:32.258Z||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-17T03:56:32.258Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:56:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:56:32.280Z||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-17T03:56:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:56:41.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:56:41.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:57:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:57:32.255Z||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-17T03:57:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:57:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:57:32.281Z||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-17T03:57:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:57:41.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:57:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:58:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:58:32.258Z||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-17T03:58:32.259Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:58:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:58:32.280Z||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-17T03:58:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:58:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:58:41.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:59:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:59:32.255Z||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-17T03:59:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:59:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T03:59:32.281Z||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-17T03:59:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T03:59:41.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T03:59:41.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:00:32.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:00:32.260Z||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-17T04:00:32.260Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:00:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:00:32.280Z||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-17T04:00:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:00:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:00:41.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:01:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:01:32.258Z||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-17T04:01:32.260Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:01:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:01:32.281Z||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-17T04:01:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:01:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:01:41.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:02:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:02:32.255Z||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-17T04:02:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:02:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:02:32.280Z||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-17T04:02:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:02:41.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:02:41.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:03:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:03:32.256Z||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-17T04:03:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:03:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:03:32.281Z||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-17T04:03:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:03:41.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:03:41.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:04:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:04:32.258Z||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-17T04:04:32.259Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:04:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:04:32.280Z||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-17T04:04:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:04:41.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:04:41.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:05:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:05:32.257Z||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-17T04:05:32.257Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:05:32.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:05:32.282Z||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-17T04:05:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:05:41.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:05:41.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:06:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:06:32.255Z||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-17T04:06:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:06:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:06:32.280Z||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-17T04:06:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:06:41.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:06:41.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:07:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:07:32.255Z||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-17T04:07:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:07:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:07:32.281Z||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-17T04:07:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:07:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:07:41.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:08:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:08:32.255Z||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-17T04:08:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:08:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:08:32.280Z||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-17T04:08:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:08:41.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:08:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:09:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:09:32.256Z||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-17T04:09:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:09:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:09:32.280Z||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-17T04:09:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:09:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:09:41.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:10:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:10:32.256Z||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-17T04:10:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:10:32.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:10:32.282Z||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-17T04:10:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:10:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:10:41.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:11:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:11:32.255Z||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-17T04:11:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:11:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:11:32.280Z||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-17T04:11:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:11:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:11:41.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:12:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:12:32.255Z||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-17T04:12:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:12:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:12:32.280Z||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-17T04:12:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:12:41.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:12:41.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:13:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:13:32.255Z||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-17T04:13:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:13:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:13:32.280Z||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-17T04:13:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:13:41.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:13:41.822Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:14:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:14:32.255Z||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-17T04:14:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:14:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:14:32.280Z||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-17T04:14:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:14:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:14:41.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:15:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:15:32.255Z||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-17T04:15:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:15:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:15:32.280Z||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-17T04:15:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:15:41.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:15:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:16:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:16:32.256Z||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-17T04:16:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:16:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:16:32.280Z||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-17T04:16:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:16:41.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:16:41.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:17:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:17:32.255Z||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-17T04:17:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:17:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:17:32.280Z||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-17T04:17:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:17:41.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:17:41.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:18:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:18:32.255Z||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-17T04:18:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:18:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:18:32.287Z||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-17T04:18:32.288Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:18:41.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:18:41.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:19:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:19:32.255Z||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-17T04:19:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:19:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:19:32.280Z||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-17T04:19:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:19:41.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:19:41.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:20:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:20:32.255Z||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-17T04:20:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:20:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:20:32.280Z||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-17T04:20:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:20:41.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:20:41.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:21:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:21:32.255Z||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-17T04:21:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:21:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:21:32.281Z||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-17T04:21:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:21:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:21:41.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:22:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:22:32.255Z||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-17T04:22:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:22:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:22:32.280Z||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-17T04:22:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:22:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:22:41.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:23:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:23:32.255Z||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-17T04:23:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:23:32.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:23:32.287Z||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-17T04:23:32.290Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:23:41.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:23:41.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:24:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:24:32.255Z||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-17T04:24:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:24:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:24:32.280Z||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-17T04:24:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:24:41.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:24:41.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:25:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:25:32.259Z||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-17T04:25:32.260Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:25:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:25:32.280Z||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-17T04:25:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:25:41.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:25:41.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:26:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:26:32.255Z||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-17T04:26:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:26:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:26:32.280Z||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-17T04:26:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:26:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:26:41.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:27:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:27:32.256Z||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-17T04:27:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:27:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:27:32.280Z||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-17T04:27:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:27:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:27:41.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:28:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:28:32.256Z||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-17T04:28:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:28:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:28:32.280Z||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-17T04:28:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:28:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:28:41.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:29:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:29:32.256Z||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-17T04:29:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:29:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:29:32.280Z||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-17T04:29:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:29:41.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:29:41.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:30:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:30:32.258Z||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-17T04:30:32.258Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:30:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:30:32.281Z||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-17T04:30:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:30:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:30:41.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:31:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:31:32.256Z||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-17T04:31:32.257Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:31:32.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:31:32.284Z||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-17T04:31:32.284Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:31:41.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:31:41.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:32:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:32:32.255Z||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-17T04:32:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:32:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:32:32.280Z||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-17T04:32:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:32:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:32:41.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:33:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:33:32.255Z||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-17T04:33:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:33:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:33:32.280Z||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-17T04:33:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:33:41.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:33:41.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:34:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:34:32.255Z||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-17T04:34:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:34:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:34:32.280Z||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-17T04:34:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:34:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:34:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:35:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:35:32.255Z||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-17T04:35:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:35:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:35:32.280Z||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-17T04:35:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:35:41.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:35:41.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:36:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:36:32.256Z||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-17T04:36:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:36:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:36:32.280Z||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-17T04:36:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:36:41.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:36:41.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:37:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:37:32.255Z||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-17T04:37:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:37:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:37:32.280Z||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-17T04:37:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:37:41.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:37:41.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:38:32.260Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:38:32.260Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:32.280Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:38:32.282Z||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-17T04:38:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:38:32.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:32.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:32.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4bebcd9-5835-4d7e-ad72-840875ffe553","serviceName":"basic_onboard_vGgXUn","serviceVersion":"1.0","serviceUUID":"e3975729-023a-4948-8d55-9fb9aaba9a58","serviceDescription":"service","serviceInvariantUUID":"b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5","resources":[{"resourceInstanceName":"basic_onboard_vGgXUn 0","resourceName":"basic_onboard_vGgXUn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2432d709-2e82-4ba1-a837-b73f9d1276bf","resourceInvariantUUID":"910105c5-f796-4a57-bfd1-21aee9571767","resourceCustomizationUUID":"10d9c905-b7ab-4d98-a9c8-01d76a37fcac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml","artifactChecksum":"YTZiOGM5MmM1ODk2MjlhNzg2YjBmODVhM2ViYTllNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19a5d221-f5a2-4255-b480-53f8d7b3e5ad","artifactVersion":"1"},{"artifactName":"basic_onboard_vggxun0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json","artifactChecksum":"MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f60c878b-c8c5-4f5c-bb51-082ae3dcf153","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86ec7186-7438-411d-af9d-af8da8a604cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78449660-c8d6-4f99-b601-5c27ca9a4668","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8cd5120-1f21-4391-8aff-4daf2971b5b2","artifactVersion":"2","generatedFromUUID":"86ec7186-7438-411d-af9d-af8da8a604cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVggxun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml","artifactChecksum":"MzQ5MDA4MDc3NzBmZTgzYTU2ZWNmNDFlYjAzYTAzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ada7b14-002d-457c-9855-9a1446331304","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVggxun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar","artifactChecksum":"MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f8c9fd0-724d-4848-9eab-4706cefe64c3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:38:32.940Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:32.952Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:32.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:38:32.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T04:38:32.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-17T04:38:32.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930288341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:38:32.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930292277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:38:32.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.980Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:32.981Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930305432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:32.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:38:32.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930306151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:32.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:38:32.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:32.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:32.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:32.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "cds", "timestamp": 1673930307174, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-17T04:38:33.086Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-17T04:38:33.094Z||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-17T04:38:33.095Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:33.115Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:33.116Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:38:33.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553 2023-01-17T04:38:33.454Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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-17T04:38:33.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930306515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:33.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:38:33.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:33.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:33.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930307571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:33.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:38:33.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:33.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:33.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930308668, "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-17T04:38:33.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553 2023-01-17T04:38:33.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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-17T04:38:33.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:33.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:33.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "multicloud-k8s-id", "timestamp": 1673930309673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:38:33.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:38:33.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:33.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:33.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:38:33.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:33.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:38:33.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:33.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:33.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:33.999Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:38:34.100Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:38:34.101Z||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-17T04:38:34.101Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:34.114Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:34.116Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:38:35.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:35.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:35.005Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:35.006Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T04:38:35.106Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:35.107Z||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-17T04:38:35.107Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:35.121Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:35.122Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:36.007Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:36.011Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:36.014Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:36.014Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:36.115Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:36.116Z||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-17T04:38:36.116Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:36.132Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:36.134Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:37.016Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:37.017Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:37.020Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:37.020Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-17T04:38:37.120Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:37.122Z||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-17T04:38:37.122Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:37.134Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:37.135Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:38.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:38.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:38.035Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:38.035Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:38:38.135Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:38.136Z||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-17T04:38:38.136Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:38.149Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:38.150Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:39.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:38:39.037Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:39.041Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:39.041Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:38:39.141Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:39.142Z||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-17T04:38:39.143Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:39.156Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:39.157Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:40.044Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "serviceName": "basic_onboard_vGgXUn", "serviceVersion": "1.0", "serviceUUID": "e3975729-023a-4948-8d55-9fb9aaba9a58", "serviceDescription": "service", "serviceInvariantUUID": "b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5", "resources": [ { "resourceInstanceName": "basic_onboard_vGgXUn 0", "resourceCustomizationUUID": "10d9c905-b7ab-4d98-a9c8-01d76a37fcac", "resourceName": "basic_onboard_vGgXUn", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2432d709-2e82-4ba1-a837-b73f9d1276bf", "resourceInvariantUUID": "910105c5-f796-4a57-bfd1-21aee9571767", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vggxun0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "artifactChecksum": "MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f60c878b-c8c5-4f5c-bb51-082ae3dcf153", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86ec7186-7438-411d-af9d-af8da8a604cd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8cd5120-1f21-4391-8aff-4daf2971b5b2", "generatedFromUUID": "86ec7186-7438-411d-af9d-af8da8a604cd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8cd5120-1f21-4391-8aff-4daf2971b5b2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVggxun-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "artifactChecksum": "MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8f8c9fd0-724d-4848-9eab-4706cefe64c3" } ], "workloadContext": "Production" } 2023-01-17T04:38:40.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:38:40.051Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3975729-023a-4948-8d55-9fb9aaba9a58 ASDC 2023-01-17T04:38:40.235Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d4bebcd9-5835-4d7e-ad72-840875ffe553 ServiceName:basic_onboard_vGgXUn ServiceVersion:1.0 ServiceUUID:e3975729-023a-4948-8d55-9fb9aaba9a58 ServiceInvariantUUID:b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVggxun-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar ArtifactUUID:8f8c9fd0-724d-4848-9eab-4706cefe64c3 ArtifactChecksum:MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vGgXUn 0 ResourceCustomizationUUID:10d9c905-b7ab-4d98-a9c8-01d76a37fcac ResourceInvariantUUID:910105c5-f796-4a57-bfd1-21aee9571767 ResourceName:basic_onboard_vGgXUn ResourceType:VF ResourceUUID:2432d709-2e82-4ba1-a837-b73f9d1276bf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vggxun0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json ArtifactUUID:f60c878b-c8c5-4f5c-bb51-082ae3dcf153 ArtifactChecksum:MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E= 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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml ArtifactUUID:86ec7186-7438-411d-af9d-af8da8a604cd 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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ArtifactUUID:d8cd5120-1f21-4391-8aff-4daf2971b5b2 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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ArtifactUUID:d8cd5120-1f21-4391-8aff-4daf2971b5b2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T04:38:40.236Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3975729-023a-4948-8d55-9fb9aaba9a58 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-17T04:38:40.333Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:38:40.335Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:38:40.337Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:38:40.343Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f8c9fd0-724d-4848-9eab-4706cefe64c3 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:40.344Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:38:40.348Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:40.496Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:38:40.524Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 8f8c9fd0-724d-4848-9eab-4706cefe64c3 75302 2023-01-17T04:38:40.527Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar ASDC sendASDCNotification 2023-01-17T04:38:40.527Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:40.529Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:38:40.531Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:40.534Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:40.535Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930320525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:40.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:38:40.636Z||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-17T04:38:40.636Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:40.655Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:40.656Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:41.536Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:38:41.537Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:38:41.538Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8f8c9fd0-724d-4848-9eab-4706cefe64c3, URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar to file: /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:41.538Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:41.689Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:41.690Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:43.055Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5400308137220933214/Definitions/service-BasicOnboardVggxun-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-17T04:38:48.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:38:48.863Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-17T04:38:48.863Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T04:38:48.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vGgXUn 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-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-17T04:38:48.880Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.884Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:48.897Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-17T04:38:48.902Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:38:48.906Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.907Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.907Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:48.908Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-17T04:38:48.908Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:38:48.909Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.910Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria 2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T04:38:48.925Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.925Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:38:48.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:48.929Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:48.936Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.939Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria 2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51a60dd2-62be-4edb-8478-24a630702241 2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:48.943Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:48.943Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vGgXUn Description:service Model UUID:e3975729-023a-4948-8d55-9fb9aaba9a58 Model Version:NULL Model InvariantUuid:b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vGgXUn Model UUID:77fea723-69c2-4344-9ba2-3e19736aec7a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:910105c5-f796-4a57-bfd1-21aee9571767 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:10d9c905-b7ab-4d98-a9c8-01d76a37fcac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f0859a5f-2e39-4e28-87b5-83f7b36650b7 ModelName:BasicOnboardVggxun..base_ubuntu18..module-0 ModelUuid:cbacb05d-a63a-4bee-8269-fe3f0d255e7a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:51a60dd2-62be-4edb-8478-24a630702241 ModelInvariantUuid:f9723684-1ac6-4aa2-bee4-d5916050d43e ModelName:basic_onboard_vGgXUn-nodes.ubuntu18Cvfc ModelUuid:b8514bd1-7cbb-4a61-a861-460787691e5b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:81108b58-b9ab-4085-b7dd-2794028219a9 ModelInvariantUuid:02b7e65c-fa64-4c1c-bcff-5dd46fe8e156 ModelName:BasicOnboardVggxun.compute.nodes.heat.ubuntu18 ModelUuid:ecf819ce-b100-4eca-96d4-4142c60de497 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-17T04:38:48.980Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2432d709-2e82-4ba1-a837-b73f9d1276bf 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-17T04:38:49.414Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||basic_onboard_vGgXUn 0 2023-01-17T04:38:49.449Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2432d709-2e82-4ba1-a837-b73f9d1276bf 2023-01-17T04:38:49.449Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f60c878b-c8c5-4f5c-bb51-082ae3dcf153 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json 2023-01-17T04:38:49.450Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:38:49.450Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json 2023-01-17T04:38:49.512Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:38:49.513Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json f60c878b-c8c5-4f5c-bb51-082ae3dcf153 798 2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json ASDC sendASDCNotification 2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json 2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:38:49.515Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:49.520Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:49.521Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930329514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:49.620Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:38:49.621Z||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-17T04:38:49.622Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:49.646Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:49.647Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:38:50.557Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVggxun..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f0859a5f-2e39-4e28-87b5-83f7b36650b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cbacb05d-a63a-4bee-8269-fe3f0d255e7a", "vfModuleModelCustomizationUUID": "a843517a-c21e-4ac0-b798-6091dc0b6850", "isBase": true, "artifacts": [ "86ec7186-7438-411d-af9d-af8da8a604cd", "d8cd5120-1f21-4391-8aff-4daf2971b5b2" ], "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-17T04:38:50.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVggxun..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cbacb05d-a63a-4bee-8269-fe3f0d255e7a VfModuleModelInvariantUUID:f0859a5f-2e39-4e28-87b5-83f7b36650b7 VfModuleModelDescription:NULL Artifacts UUID List:{ 86ec7186-7438-411d-af9d-af8da8a604cd , d8cd5120-1f21-4391-8aff-4daf2971b5b2 } 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-17T04:38:50.623Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVggxun..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f0859a5f-2e39-4e28-87b5-83f7b36650b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cbacb05d-a63a-4bee-8269-fe3f0d255e7a", "vfModuleModelCustomizationUUID": "a843517a-c21e-4ac0-b798-6091dc0b6850", "isBase": true, "artifacts": [ "86ec7186-7438-411d-af9d-af8da8a604cd", "d8cd5120-1f21-4391-8aff-4daf2971b5b2" ], "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-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVggxun..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cbacb05d-a63a-4bee-8269-fe3f0d255e7a VfModuleModelInvariantUUID:f0859a5f-2e39-4e28-87b5-83f7b36650b7 VfModuleModelDescription:NULL Artifacts UUID List:{ 86ec7186-7438-411d-af9d-af8da8a604cd , d8cd5120-1f21-4391-8aff-4daf2971b5b2 } 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-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 86ec7186-7438-411d-af9d-af8da8a604cd from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 2023-01-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:38:50.625Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 2023-01-17T04:38:50.699Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:38:50.699Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 86ec7186-7438-411d-af9d-af8da8a604cd 5033 2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:38:50.701Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:50.707Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:50.708Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930330700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:50.816Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-17T04:38:50.824Z||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-17T04:38:50.824Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:50.850Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:50.855Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:51.711Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d8cd5120-1f21-4391-8aff-4daf2971b5b2 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env 2023-01-17T04:38:51.717Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:38:51.722Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env 2023-01-17T04:38:51.769Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:38:51.770Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env d8cd5120-1f21-4391-8aff-4daf2971b5b2 909 2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env 2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:38:51.772Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:51.777Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:51.778Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930331771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:38:51.876Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:38:51.877Z||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-17T04:38:51.878Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:51.911Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:51.912Z||pool-13-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:52.780Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3975729-023a-4948-8d55-9fb9aaba9a58 2023-01-17T04:38:52.781Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vGgXUn 0 2432d709-2e82-4ba1-a837-b73f9d1276bf 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-17T04:38:52.886Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36094048, org.onap.sdc.toscaparser.api.parameters.Input@635a554d, org.onap.sdc.toscaparser.api.parameters.Input@3df9b45d, org.onap.sdc.toscaparser.api.parameters.Input@3f714497, org.onap.sdc.toscaparser.api.parameters.Input@43864831] 2023-01-17T04:38:52.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 10d9c905-b7ab-4d98-a9c8-01d76a37fcac 2023-01-17T04:38:52.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac matches Tosca VF Customization UUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac 2023-01-17T04:38:52.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac 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-17T04:38:52.909Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.911Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.914Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 10d9c905-b7ab-4d98-a9c8-01d76a37fcac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T04:38:52.915Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ae2f5a1 2023-01-17T04:38:52.915Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.916Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:38:52.917Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a843517a-c21e-4ac0-b798-6091dc0b6850 2023-01-17T04:38:52.920Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a843517a-c21e-4ac0-b798-6091dc0b6850 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-17T04:38:52.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.946Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:52.948Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:52.949Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.950Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:52.951Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:52.951Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.952Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria 2023-01-17T04:38:52.952Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-17T04:38:52.953Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-17T04:38:52.953Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51a60dd2-62be-4edb-8478-24a630702241 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-17T04:38:52.969Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.969Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:52.971Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria 2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=10d9c905-b7ab-4d98-a9c8-01d76a37fcac 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-17T04:38:52.975Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.976Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3975729-023a-4948-8d55-9fb9aaba9a58: basic_onboard_vGgXUn 2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.978Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.978Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.979Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.979Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.980Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:38:52.983Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_vGgXUn 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-17T04:38:53.593Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vGgXUn 2432d709-2e82-4ba1-a837-b73f9d1276bf 1 ASDC deployResourceStructure 2023-01-17T04:38:53.595Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json ASDC sendASDCNotification 2023-01-17T04:38:53.596Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json 2023-01-17T04:38:53.597Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:38:53.598Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:53.607Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:53.608Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930333595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:38:53.708Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:38:53.709Z||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-17T04:38:53.710Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:53.727Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:53.728Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:54.614Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:54.637Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:54.637Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930334614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:38:54.746Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-17T04:38:54.754Z||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-17T04:38:54.760Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:54.802Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:54.803Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:38:55.638Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env 2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:55.645Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:55.645Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930335638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-17T04:38:55.744Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:38:55.751Z||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-17T04:38:55.753Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:55.777Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:55.779Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:56.648Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar ASDC sendASDCNotification 2023-01-17T04:38:56.652Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 2023-01-17T04:38:56.652Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:38:56.653Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:38:56.661Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:38:56.661Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930336648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:38:56.757Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-17T04:38:56.759Z||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-17T04:38:56.759Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:38:56.807Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:38:56.807Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:38:57.666Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:38:57.693Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:38:57.701Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:38:57.704Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:38:57.705Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:39:27.706Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:39:27.724Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:39:27.731Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:39:27.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:39:27.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:39:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:39:32.280Z||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-17T04:39:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:39:32.331Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:39:32.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:39:32.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "ves-openapi-manager", "timestamp": 1673930305655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:39:32.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:39:57.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:39:57.753Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:39:57.757Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:39:57.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:39:57.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:40:27.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:40:27.782Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:40:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:40:32.280Z||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-17T04:40:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:40:32.307Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:40:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:40:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:40:32.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:40:57.789Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:40:57.838Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:41:27.844Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:41:27.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:41:27.868Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:41:27.870Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:41:27.870Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:41:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:41:32.282Z||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-17T04:41:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:41:32.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:41:32.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:41:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-17T04:41:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-17T04:41:32.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930312254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930320525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930317365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930318692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930325194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930326518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930329514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930329614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930330700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.839Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930330620, "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-17T04:41:32.848Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553 2023-01-17T04:41:32.848Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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-17T04:41:32.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930331771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:41:32.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930333595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930334614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930335638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930336648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930341770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:41:32.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:41:32.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:41:32.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "aai-ml", "timestamp": 1673930342777, "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-17T04:41:32.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553 2023-01-17T04:41:32.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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-17T04:41:57.871Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:41:57.885Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:41:57.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:41:57.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:41:57.901Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:42:27.902Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 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-17T04:42:27.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 and serviceModelVersionId: e3975729-023a-4948-8d55-9fb9aaba9a58 2023-01-17T04:42:27.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5 2023-01-17T04:42:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:42:32.280Z||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-17T04:42:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:42:41.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:42:55.199Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0 2023-01-17T04:42:55.433Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:42:56.368Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|INFO|500||Invoke 2023-01-17T04:42:56.385Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[895e8b64-2da5-4f22-b992-66e4f165fdf2], X-ECOMP-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], X-TransactionId=[], X-ONAP-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], Content-Type=[application/merge-patch+json]} 2023-01-17T04:42:56.636Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:42:56.859Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?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/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:42:57 GMT], content-length=[0], vertex-id=[409800], x-aai-txid=[0-aai-resources-230117-04:42:57:324-77882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:42:56.862Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:42:56.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|INFO|500||InvokeReturn 2023-01-17T04:42:56.871Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:42:56.872Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:42:56.883Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:42:56.885Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4bebcd9-5835-4d7e-ad72-840875ffe553 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:42:56.887Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:42:56.888Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:42:56.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:42:56.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930576885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:42:56.994Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:42:56.996Z||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-17T04:42:56.997Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:42:57.014Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:42:57.015Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T04:42:57.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:42:57.930Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:42:57.930Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:08.271Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:08.271Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:43:08.272Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:43:08.272Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:17.818Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:17.819Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:43:17.820Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:43:17.820Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:20.472Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:20.473Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T04:43:20.473Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"73b82862-013b-4024-9bc7-df332478ce24","serviceName":"vFW 2023-01-17 04-42-14","serviceVersion":"1.0","serviceUUID":"abbead39-5d3c-4947-a494-b10102abff84","serviceDescription":"catalog service description","serviceInvariantUUID":"df25ff99-9259-45f6-aa1d-7695310b36a1","resources":[{"resourceInstanceName":"vFW 0bcd342a-89a0 0","resourceName":"vFW 0bcd342a-89a0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec2e70ed-356c-4c6c-aa62-6556ed82a343","resourceInvariantUUID":"b2c40356-0f8e-497a-ae21-9581d5741955","resourceCustomizationUUID":"11aa9fb7-9a4c-450a-b40b-9c15e2f6c360","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml","artifactChecksum":"Y2EwMmI5ODgyNWJjODQ2ZmU1YWU5MDM4YWEyMGYwMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a042a8e-3927-4164-87cb-5ca01df17630","artifactVersion":"1"},{"artifactName":"vfw0bcd342a89a00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json","artifactChecksum":"ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c63b9ae-81cd-4f3f-9b0e-317babf1f514","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08bbdb6d-e17d-4d7b-8541-7d366b4df32c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2M2ExY2Q1MWQ4OWYxOTJiZTM1N2ZiZDhhNWE3ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af902c1e-904c-43b4-9796-081a69398028","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0a88eae-2324-4baf-b887-b4afff3211a3","artifactVersion":"2","generatedFromUUID":"08bbdb6d-e17d-4d7b-8541-7d366b4df32c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230117044214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml","artifactChecksum":"MDFlNzRkNDg0MTZjMGFiNmVkN2EzNjQ4NGM2ODY1ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"022a3117-5aaa-4da0-b117-eb183b540a59","artifactVersion":"1"},{"artifactName":"service-Vfw20230117044214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar","artifactChecksum":"N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31c80496-65a8-473e-b8d2-7932f103d789","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:43:20.479Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:20.480Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:20.532Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:20.533Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:20.586Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 53 ms 2023-01-17T04:43:20.587Z||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-17T04:43:20.588Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:20.651Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:20.652Z||pool-19-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:21.534Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:21.536Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:21.541Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:21.542Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOTIFIED" } 2023-01-17T04:43:21.639Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-17T04:43:21.640Z||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-17T04:43:21.640Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:21.658Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:21.659Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:22.542Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:22.547Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:22.551Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:22.551Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T04:43:22.651Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:22.653Z||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-17T04:43:22.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:22.668Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:22.669Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:23.552Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:23.554Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:23.559Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:23.559Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:23.659Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:23.661Z||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-17T04:43:23.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:23.682Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:23.683Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:24.560Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:24.561Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:24.564Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:24.564Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-17T04:43:24.664Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:24.665Z||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-17T04:43:24.666Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:24.686Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:24.687Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:25.565Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:25.566Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:25.568Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:25.569Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:25.669Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:25.670Z||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-17T04:43:25.671Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:25.685Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:25.686Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:26.570Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:43:26.571Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:26.577Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:26.578Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:43:26.690Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2023-01-17T04:43:26.691Z||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-17T04:43:26.692Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:26.705Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:26.706Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:27.581Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "serviceName": "vFW 2023-01-17 04-42-14", "serviceVersion": "1.0", "serviceUUID": "abbead39-5d3c-4947-a494-b10102abff84", "serviceDescription": "catalog service description", "serviceInvariantUUID": "df25ff99-9259-45f6-aa1d-7695310b36a1", "resources": [ { "resourceInstanceName": "vFW 0bcd342a-89a0 0", "resourceCustomizationUUID": "11aa9fb7-9a4c-450a-b40b-9c15e2f6c360", "resourceName": "vFW 0bcd342a-89a0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ec2e70ed-356c-4c6c-aa62-6556ed82a343", "resourceInvariantUUID": "b2c40356-0f8e-497a-ae21-9581d5741955", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0bcd342a89a00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "artifactChecksum": "ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c63b9ae-81cd-4f3f-9b0e-317babf1f514", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "08bbdb6d-e17d-4d7b-8541-7d366b4df32c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0a88eae-2324-4baf-b887-b4afff3211a3", "generatedFromUUID": "08bbdb6d-e17d-4d7b-8541-7d366b4df32c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0a88eae-2324-4baf-b887-b4afff3211a3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230117044214-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "artifactChecksum": "N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31c80496-65a8-473e-b8d2-7932f103d789" } ], "workloadContext": "Production" } 2023-01-17T04:43:27.581Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:43:27.582Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abbead39-5d3c-4947-a494-b10102abff84 ASDC 2023-01-17T04:43:27.582Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:73b82862-013b-4024-9bc7-df332478ce24 ServiceName:vFW 2023-01-17 04-42-14 ServiceVersion:1.0 ServiceUUID:abbead39-5d3c-4947-a494-b10102abff84 ServiceInvariantUUID:df25ff99-9259-45f6-aa1d-7695310b36a1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230117044214-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar ArtifactUUID:31c80496-65a8-473e-b8d2-7932f103d789 ArtifactChecksum:N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0bcd342a-89a0 0 ResourceCustomizationUUID:11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 ResourceInvariantUUID:b2c40356-0f8e-497a-ae21-9581d5741955 ResourceName:vFW 0bcd342a-89a0 ResourceType:VF ResourceUUID:ec2e70ed-356c-4c6c-aa62-6556ed82a343 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0bcd342a89a00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json ArtifactUUID:2c63b9ae-81cd-4f3f-9b0e-317babf1f514 ArtifactChecksum:ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE= 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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml ArtifactUUID:08bbdb6d-e17d-4d7b-8541-7d366b4df32c 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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ArtifactUUID:b0a88eae-2324-4baf-b887-b4afff3211a3 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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ArtifactUUID:b0a88eae-2324-4baf-b887-b4afff3211a3 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T04:43:27.583Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abbead39-5d3c-4947-a494-b10102abff84 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-17T04:43:27.628Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:43:27.629Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:43:27.629Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31c80496-65a8-473e-b8d2-7932f103d789 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:27.703Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:43:27.712Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 31c80496-65a8-473e-b8d2-7932f103d789 100656 2023-01-17T04:43:27.712Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar ASDC sendASDCNotification 2023-01-17T04:43:27.713Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:27.713Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:43:27.714Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:27.717Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:27.717Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930607712, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:27.817Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:27.819Z||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-17T04:43:27.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:27.857Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:27.858Z||pool-26-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:28.719Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:43:28.720Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-01-17T04:43:28.720Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 31c80496-65a8-473e-b8d2-7932f103d789, URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar to file: /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:28.721Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230117044214-csar.csar 2023-01-17T04:43:28.722Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:28.722Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:29.090Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17836693010434662720/Definitions/service-Vfw20230117044214-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 2023-01-17T04:43:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:43:32.280Z||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-17T04:43:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:43:32.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:32.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930576885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:43:32.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:43:32.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOTIFIED" } 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930592278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930597819, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:43:32.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930607983, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930607712, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:32.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:43:32.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "cds", "timestamp": 1673930608989, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-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=? 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-17T04:43:32.521Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24 2023-01-17T04:43:32.522Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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-17T04:43:32.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOTIFIED" } 2023-01-17T04:43:32.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-17T04:43:32.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:43:32.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:43:32.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:43:32.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 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 2023-01-17T04:43:33.164Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:43:33.165Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-17T04:43:33.165Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0bcd342a-89a0 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-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.169Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:33.169Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-17T04:43:33.170Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:43:33.170Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:43:33.172Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.172Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T04:43:33.174Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.174Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.179Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:33.179Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2c0ae27-f80b-4b44-8127-f5f109b399fb 2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:33.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:33.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1ea9df1-56b2-457e-a9a2-ce137e7ab07f 2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56d81837-cc02-4be0-b9ac-fc2fc441ab6a 2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-17 04-42-14 Description:catalog service description Model UUID:abbead39-5d3c-4947-a494-b10102abff84 Model Version:NULL Model InvariantUuid:df25ff99-9259-45f6-aa1d-7695310b36a1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0bcd342a-89a0 Model UUID:69089fba-4669-436f-9e9f-0d4725c82318 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b2c40356-0f8e-497a-ae21-9581d5741955 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89c41e98-1653-47c9-8c0b-72c4e176c6c0 ModelName:Vfw0bcd342a89a0..base_vfw..module-0 ModelUuid:1d7e970a-0500-48af-bf16-c19a9d17601c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c2c0ae27-f80b-4b44-8127-f5f109b399fb ModelInvariantUuid:e3320ce7-38a4-48c1-a9b2-b176fa6556db ModelName:vFW 0bcd342a-89a0-nodes.vfwCvfc ModelUuid:b71062a0-56f6-44e2-8929-ca9923bb1654 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1166d98c-3877-4fe8-967a-f415f5ff52d8 ModelInvariantUuid:ebf74d73-b7d3-4f61-8dfb-dc24a004765b ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vfw ModelUuid:5ec6200d-e561-447e-9f26-dcc490597c88 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d1ea9df1-56b2-457e-a9a2-ce137e7ab07f ModelInvariantUuid:a2680491-aa0f-4c78-bdc6-4e2ee9e55ea7 ModelName:vFW 0bcd342a-89a0-nodes.vsnCvfc ModelUuid:e36cc952-1238-444c-9be8-c63c4973906e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4844098b-632f-46c5-bcb5-d23a1be33e0c ModelInvariantUuid:0d7fab3d-37f2-4a2c-a8c9-38e40a5917e7 ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vsn ModelUuid:13cea998-7686-44f3-bdfe-3b7fdae1e403 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:56d81837-cc02-4be0-b9ac-fc2fc441ab6a ModelInvariantUuid:c0a13e77-be71-4cff-9a60-80d433b8ea19 ModelName:vFW 0bcd342a-89a0-nodes.vpgCvfc ModelUuid:81fc17e4-74e0-4002-935a-a470db8d4656 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2a325c61-7d76-4dfc-a6be-023c1cdff8b3 ModelInvariantUuid:fb8edefd-e04b-4473-bb2e-7a9e829ea83b ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vpg ModelUuid:ce1e9cd8-fa3a-47f0-9e9d-53d4cd133c05 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-17T04:43:33.211Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ec2e70ed-356c-4c6c-aa62-6556ed82a343 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-17T04:43:33.216Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||vFW 0bcd342a-89a0 0 2023-01-17T04:43:33.217Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec2e70ed-356c-4c6c-aa62-6556ed82a343 2023-01-17T04:43:33.217Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c63b9ae-81cd-4f3f-9b0e-317babf1f514 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2023-01-17T04:43:33.218Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:43:33.218Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2023-01-17T04:43:33.269Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:43:33.269Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2c63b9ae-81cd-4f3f-9b0e-317babf1f514 785 2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json ASDC sendASDCNotification 2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:33.273Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:33.273Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930613270, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:33.376Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T04:43:33.377Z||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-17T04:43:33.377Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:33.390Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:33.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:34.274Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0bcd342a89a0..base_vfw..module-0", "vfModuleModelInvariantUUID": "89c41e98-1653-47c9-8c0b-72c4e176c6c0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d7e970a-0500-48af-bf16-c19a9d17601c", "vfModuleModelCustomizationUUID": "50d4b134-8c8d-40d1-9bd0-351dabf34b58", "isBase": true, "artifacts": [ "08bbdb6d-e17d-4d7b-8541-7d366b4df32c", "b0a88eae-2324-4baf-b887-b4afff3211a3" ], "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-17T04:43:34.282Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0bcd342a89a0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d7e970a-0500-48af-bf16-c19a9d17601c VfModuleModelInvariantUUID:89c41e98-1653-47c9-8c0b-72c4e176c6c0 VfModuleModelDescription:NULL Artifacts UUID List:{ 08bbdb6d-e17d-4d7b-8541-7d366b4df32c , b0a88eae-2324-4baf-b887-b4afff3211a3 } 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-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0bcd342a89a0..base_vfw..module-0", "vfModuleModelInvariantUUID": "89c41e98-1653-47c9-8c0b-72c4e176c6c0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d7e970a-0500-48af-bf16-c19a9d17601c", "vfModuleModelCustomizationUUID": "50d4b134-8c8d-40d1-9bd0-351dabf34b58", "isBase": true, "artifacts": [ "08bbdb6d-e17d-4d7b-8541-7d366b4df32c", "b0a88eae-2324-4baf-b887-b4afff3211a3" ], "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-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0bcd342a89a0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d7e970a-0500-48af-bf16-c19a9d17601c VfModuleModelInvariantUUID:89c41e98-1653-47c9-8c0b-72c4e176c6c0 VfModuleModelDescription:NULL Artifacts UUID List:{ 08bbdb6d-e17d-4d7b-8541-7d366b4df32c , b0a88eae-2324-4baf-b887-b4afff3211a3 } 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-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08bbdb6d-e17d-4d7b-8541-7d366b4df32c from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 2023-01-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:43:34.287Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 2023-01-17T04:43:34.341Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:43:34.342Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 08bbdb6d-e17d-4d7b-8541-7d366b4df32c 20368 2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:34.346Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:34.346Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930614343, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:34.447Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T04:43:34.449Z||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-17T04:43:34.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:34.476Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:34.476Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:35.347Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0a88eae-2324-4baf-b887-b4afff3211a3 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env 2023-01-17T04:43:35.348Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-01-17T04:43:35.348Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env 2023-01-17T04:43:35.426Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env b0a88eae-2324-4baf-b887-b4afff3211a3 2098 2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env 2023-01-17T04:43:35.428Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:43:35.428Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:35.431Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:35.432Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930615427, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:43:35.531Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:43:35.533Z||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-17T04:43:35.533Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:35.545Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:35.546Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:36.433Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: abbead39-5d3c-4947-a494-b10102abff84 2023-01-17T04:43:36.433Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0bcd342a-89a0 0 ec2e70ed-356c-4c6c-aa62-6556ed82a343 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-17T04:43:36.483Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dd85e05, org.onap.sdc.toscaparser.api.parameters.Input@7d6fb7c1, org.onap.sdc.toscaparser.api.parameters.Input@57c492b7, org.onap.sdc.toscaparser.api.parameters.Input@1bfef727, org.onap.sdc.toscaparser.api.parameters.Input@6429ba2b] 2023-01-17T04:43:36.485Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 2023-01-17T04:43:36.487Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 matches Tosca VF Customization UUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 2023-01-17T04:43:36.487Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 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-17T04:43:36.491Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.491Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.492Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b7125c1 2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50d4b134-8c8d-40d1-9bd0-351dabf34b58 2023-01-17T04:43:36.494Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50d4b134-8c8d-40d1-9bd0-351dabf34b58 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-17T04:43:36.497Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.498Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.498Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T04:43:36.501Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.501Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T04:43:36.503Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.503Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2c0ae27-f80b-4b44-8127-f5f109b399fb 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-17T04:43:36.507Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.507Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1ea9df1-56b2-457e-a9a2-ce137e7ab07f 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-17T04:43:36.515Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.516Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.516Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:36.521Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.522Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria 2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-17T04:43:36.526Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56d81837-cc02-4be0-b9ac-fc2fc441ab6a 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-17T04:43:36.531Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.532Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.532Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:43:36.533Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.533Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria 2023-01-17T04:43:36.534Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 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-17T04:43:36.538Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid abbead39-5d3c-4947-a494-b10102abff84: vFW 0bcd342a-89a0 2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-17 04-42-14 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T04:43:36.936Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0bcd342a-89a0 ec2e70ed-356c-4c6c-aa62-6556ed82a343 1 ASDC deployResourceStructure 2023-01-17T04:43:36.937Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json ASDC sendASDCNotification 2023-01-17T04:43:36.937Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2023-01-17T04:43:36.938Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:43:36.940Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:36.948Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:36.948Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930616937, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:43:37.047Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:43:37.049Z||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-17T04:43:37.049Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:37.063Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:37.063Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:37.950Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-17T04:43:37.954Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 2023-01-17T04:43:37.955Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:43:37.956Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:37.961Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:37.961Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930617949, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:43:38.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-17T04:43:38.060Z||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-17T04:43:38.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:38.073Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:38.074Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env 2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:43:38.964Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:38.967Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:38.967Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930618963, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-17T04:43:39.067Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:43:39.069Z||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-17T04:43:39.070Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:39.114Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:39.115Z||pool-32-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:43:39.968Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar ASDC sendASDCNotification 2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:43:39.972Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:43:39.972Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930619968, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:43:40.073Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T04:43:40.074Z||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-17T04:43:40.074Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:43:40.086Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:43:40.087Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:43:40.973Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:43:40.987Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:44:10.994Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:44:11.009Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:44:11.013Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:44:11.014Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:44:11.014Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:44:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:44:32.280Z||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-17T04:44:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:44:32.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:44:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:44:32.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:44:32.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:44:41.015Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:44:41.032Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:45:11.040Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:45:11.067Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:45:11.082Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:45:11.084Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:45:11.085Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:45:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:45:32.280Z||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-17T04:45:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:45:32.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:45:32.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:45:32.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "ves-openapi-manager", "timestamp": 1673930605655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:45:32.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:45:41.086Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:45:41.119Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:45:41.126Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:45:41.127Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:45:41.128Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:46:11.129Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:46:11.147Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:46:32.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:46:32.282Z||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-17T04:46:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:46:32.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:46:32.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930613270, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-17T04:46:32.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930614343, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930608341, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:46:32.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930615427, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930616103, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930616937, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930617185, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930617949, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930618240, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930618963, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930619273, "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-17T04:46:32.859Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24 2023-01-17T04:46:32.859Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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-17T04:46:32.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930619968, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "multicloud-k8s-id", "timestamp": 1673930620278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:46:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930617365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:46:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930618692, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:46:32.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930625119, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930626445, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:46:32.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930628540, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673930629544, "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-17T04:46:32.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24 2023-01-17T04:46:32.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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-17T04:46:32.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930639873, "artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:46:32.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:46:32.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:46:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "aai-ml", "timestamp": 1673930640877, "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-17T04:46:32.928Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24 2023-01-17T04:46:32.929Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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-17T04:46:41.159Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:46:41.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:46:41.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:46:41.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:47:11.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 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-17T04:47:11.202Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73b82862-013b-4024-9bc7-df332478ce24 and serviceModelVersionId: abbead39-5d3c-4947-a494-b10102abff84 2023-01-17T04:47:11.203Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df25ff99-9259-45f6-aa1d-7695310b36a1 2023-01-17T04:47:11.204Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0 2023-01-17T04:47:11.239Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:47:11.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|INFO|500||Invoke 2023-01-17T04:47:11.345Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6450f791-6d6b-4619-af73-b3f7f1de1077], X-ECOMP-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], X-TransactionId=[], X-ONAP-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], Content-Type=[application/merge-patch+json]} 2023-01-17T04:47:11.394Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:47:11.522Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?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/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:47:12 GMT], content-length=[0], vertex-id=[422088], x-aai-txid=[1-aai-resources-230117-04:47:12:063-59983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:47:11.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:47:11.528Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|INFO|500||InvokeReturn 2023-01-17T04:47:11.529Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:47:11.529Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73b82862-013b-4024-9bc7-df332478ce24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:47:11.545Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:47:11.548Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:47:11.548Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930831544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:47:11.648Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:47:11.651Z||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-17T04:47:11.652Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:47:11.672Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:11.673Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T04:47:12.564Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:12.565Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:47:12.565Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:47:22.859Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:22.861Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:22.862Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:47:22.862Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:47:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:32.280Z||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-17T04:47:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:47:32.405Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:32.405Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:32.406Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:47:32.406Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:47:32.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:32.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T04:47:32.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73b82862-013b-4024-9bc7-df332478ce24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673930831544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:47:32.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:47:41.942Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:41.943Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:41.944Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T04:47:41.944Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T04:47:51.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:47:51.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:47:51.509Z||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-17T04:47:51.510Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:48:01.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:48:01.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:48:01.057Z||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-17T04:48:01.057Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:48:10.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:48:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:48:32.255Z||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-17T04:48:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:48:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:48:32.280Z||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-17T04:48:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:48:41.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:48:41.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:49:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:49:32.255Z||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-17T04:49:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:49:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:49:32.280Z||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-17T04:49:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:49:41.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:49:41.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:50:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:50:32.257Z||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-17T04:50:32.262Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:50:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:50:32.280Z||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-17T04:50:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:50:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:50:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:51:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:51:32.255Z||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-17T04:51:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:51:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:51:32.280Z||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-17T04:51:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:51:41.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:51:41.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:52:32.258Z||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-17T04:52:32.258Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:52:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:52:32.280Z||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-17T04:52:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:52:41.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:42.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:42.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T04:52:42.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2927ab3-7feb-456f-9a02-b8e1dfba06a6","serviceName":"Demo_pNF_KAQH3pnDpMPm4eoVUtp6","serviceVersion":"1.0","serviceUUID":"f98bc943-9e14-4ac3-85ae-6e0e1e7871bd","serviceDescription":"catalog service description","serviceInvariantUUID":"b6888906-d62c-4e93-a19d-10f879dee3f3","resources":[{"resourceInstanceName":"pNF 2ff95ae8-6139 0","resourceName":"pNF 2ff95ae8-6139","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2","resourceInvariantUUID":"29d160d6-45bc-4bd4-8ecd-423a6a828944","resourceCustomizationUUID":"090ca8ce-1280-425e-b92d-5b9865796cc9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml","artifactChecksum":"NmUyNzI2OWZiMDA4OWU0MWMzMjUwNjAwN2Q1MGZiNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2130f2f7-0b7a-40ea-9059-7739f647d61a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar","artifactChecksum":"ZmU0MTA5OWU5M2NiNmMwODY1YmZjZTRhNmI4YmVjOWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dae174ea-2158-4b73-9fa1-9392f6fead8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f10c3e2-6536-415c-8546-590be78b09a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml","artifactChecksum":"NjNiNjA4M2E0N2VmMDEzMTkyODM4OGI1OTM3ZWExMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd0023fc-2707-4919-99b2-8c4921b40c8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20c2c1ba-8667-41d2-b6a7-a3c64fb62aec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"065d6c23-6b50-46e1-ba49-29f99d2e0d9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml","artifactChecksum":"ZDE3OGI3ZTc4NWQyNGRhMzJkZmY1MDMxNWVlZTkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cab4966-568b-4298-aea5-facebea44200","artifactVersion":"1"},{"artifactName":"service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar","artifactChecksum":"N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d3cdd66-b525-45e9-bd3e-adb81b9908c4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:52:42.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:42.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:42.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:42.287Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:42.387Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:52:42.388Z||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-17T04:52:42.388Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:42.406Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:42.407Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":5,"count":1} 2023-01-17T04:52:43.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:43.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:43.293Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:43.293Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:43.393Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:52:43.395Z||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-17T04:52:43.395Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:43.428Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:43.429Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:44.294Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:44.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:44.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:44.299Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:44.402Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-17T04:52:44.403Z||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-17T04:52:44.404Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:44.430Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:44.431Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:45.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:45.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:45.304Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:45.304Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:45.404Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:52:45.406Z||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-17T04:52:45.406Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:45.420Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:45.421Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:46.305Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:46.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:46.309Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:46.310Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:46.410Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:52:46.411Z||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-17T04:52:46.411Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:46.424Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:46.425Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:47.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:47.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:47.324Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:47.325Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:47.427Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:52:47.429Z||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-17T04:52:47.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:47.471Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:47.472Z||pool-40-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:52:48.328Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:48.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:48.335Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:48.336Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:52:48.436Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:52:48.437Z||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-17T04:52:48.437Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:48.466Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:48.466Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:49.337Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:52:49.337Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:49.356Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:49.356Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:52:49.441Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2023-01-17T04:52:49.444Z||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-17T04:52:49.444Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:49.494Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:49.495Z||pool-42-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:50.365Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "serviceName": "Demo_pNF_KAQH3pnDpMPm4eoVUtp6", "serviceVersion": "1.0", "serviceUUID": "f98bc943-9e14-4ac3-85ae-6e0e1e7871bd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b6888906-d62c-4e93-a19d-10f879dee3f3", "resources": [ { "resourceInstanceName": "pNF 2ff95ae8-6139 0", "resourceCustomizationUUID": "090ca8ce-1280-425e-b92d-5b9865796cc9", "resourceName": "pNF 2ff95ae8-6139", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2", "resourceInvariantUUID": "29d160d6-45bc-4bd4-8ecd-423a6a828944", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "artifactChecksum": "N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d3cdd66-b525-45e9-bd3e-adb81b9908c4" } ], "workloadContext": "Production" } 2023-01-17T04:52:50.365Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:52:50.366Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f98bc943-9e14-4ac3-85ae-6e0e1e7871bd ASDC 2023-01-17T04:52:50.367Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d2927ab3-7feb-456f-9a02-b8e1dfba06a6 ServiceName:Demo_pNF_KAQH3pnDpMPm4eoVUtp6 ServiceVersion:1.0 ServiceUUID:f98bc943-9e14-4ac3-85ae-6e0e1e7871bd ServiceInvariantUUID:b6888906-d62c-4e93-a19d-10f879dee3f3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ArtifactUUID:5d3cdd66-b525-45e9-bd3e-adb81b9908c4 ArtifactChecksum:N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2ff95ae8-6139 0 ResourceCustomizationUUID:090ca8ce-1280-425e-b92d-5b9865796cc9 ResourceInvariantUUID:29d160d6-45bc-4bd4-8ecd-423a6a828944 ResourceName:pNF 2ff95ae8-6139 ResourceType:PNF ResourceUUID:2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-17T04:52:50.370Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f98bc943-9e14-4ac3-85ae-6e0e1e7871bd 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-17T04:52:50.529Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:52:50.531Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:52:50.531Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5d3cdd66-b525-45e9-bd3e-adb81b9908c4 from URL: /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:50.719Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:52:50.725Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 5d3cdd66-b525-45e9-bd3e-adb81b9908c4 87785 2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ASDC sendASDCNotification 2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:52:50.727Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:50.732Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:50.732Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931170726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:52:50.842Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T04:52:50.843Z||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-17T04:52:50.843Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:50.890Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:50.891Z||pool-43-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:52:51.748Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:52:51.749Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:52:51.749Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5d3cdd66-b525-45e9-bd3e-adb81b9908c4, URL: /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar to file: /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:51.750Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:51.751Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:51.751Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:52.109Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9788131310406802246/Definitions/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml 2023-01-17T04:52:53.847Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ff95ae8-6139 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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Node template pNF 2ff95ae8-6139 0 is matching search criteria 2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2ff95ae8-6139 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Node template pNF 2ff95ae8-6139 0 is matching search criteria 2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2ff95ae8-6139 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.855Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.855Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.856Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.857Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.857Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.858Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_KAQH3pnDpMPm4eoVUtp6 Description:catalog service description Model UUID:f98bc943-9e14-4ac3-85ae-6e0e1e7871bd Model Version:NULL Model InvariantUuid:b6888906-d62c-4e93-a19d-10f879dee3f3 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-17T04:52:53.882Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 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-17T04:52:53.890Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||pNF 2ff95ae8-6139 0 2023-01-17T04:52:53.890Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd 2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd 2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2ff95ae8-6139 0 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 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-17T04:52:53.903Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b757ffb, org.onap.sdc.toscaparser.api.parameters.Input@38320622, org.onap.sdc.toscaparser.api.parameters.Input@165d9691, org.onap.sdc.toscaparser.api.parameters.Input@63be77db, org.onap.sdc.toscaparser.api.parameters.Input@633446f0] 2023-01-17T04:52:53.904Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.904Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.905Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f98bc943-9e14-4ac3-85ae-6e0e1e7871bd: pNF 2ff95ae8-6139 2023-01-17T04:52:53.905Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Processing PNF resource: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Resource customization UUID: 090ca8ce-1280-425e-b92d-5b9865796cc9 is the same as notified resource customizationUUID: 090ca8ce-1280-425e-b92d-5b9865796cc9 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-17T04:52:54.027Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2ff95ae8-6139 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 0 ASDC deployResourceStructure 2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ASDC sendASDCNotification 2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:52:54.029Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:52:54.032Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:52:54.032Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931174028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:52:54.132Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:52:54.135Z||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-17T04:52:54.135Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:52:54.167Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:52:54.169Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:52:55.033Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:52:55.051Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:52:55.057Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:52:55.058Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:52:55.058Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:53:25.063Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:53:25.097Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:53:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:53:32.280Z||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-17T04:53:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:53:32.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:53:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931157366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:32.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931158693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:32.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931152254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:32.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931162278, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931170763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:32.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931169826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:32.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931171041, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931170726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-17T04:53:32.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "cds", "timestamp": 1673931172061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-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-17T04:53:33.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6 2023-01-17T04:53:33.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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-17T04:53:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931171888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931172896, "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-17T04:53:33.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6 2023-01-17T04:53:33.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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-17T04:53:33.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931174028, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931174491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931175682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "ves-openapi-manager", "timestamp": 1673931176691, "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-17T04:53:33.058Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6 2023-01-17T04:53:33.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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-17T04:53:33.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "cds", "timestamp": 1673931177278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931178170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1673931168341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "cds", "timestamp": 1673931177278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "aai-ml", "timestamp": 1673931179174, "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-17T04:53:33.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6 2023-01-17T04:53:33.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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-17T04:53:33.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "ves-openapi-manager", "timestamp": 1673931165655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "cds", "timestamp": 1673931180106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "cds", "timestamp": 1673931181112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T04:53:33.129Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a 2023-01-17T04:53:33.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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-17T04:53:33.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931187365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "aai-ml", "timestamp": 1673931188692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931187365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "aai-ml", "timestamp": 1673931188692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931190068, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "aai-ml", "timestamp": 1673931191405, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931191653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931192659, "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-17T04:53:33.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a 2023-01-17T04:53:33.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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-17T04:53:33.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "aai-ml", "timestamp": 1673931196339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "aai-ml", "timestamp": 1673931197344, "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-17T04:53:33.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a 2023-01-17T04:53:33.203Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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-17T04:53:33.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:53:33.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T04:53:33.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931192277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931188341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:53:33.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931204623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931204064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "cds", "timestamp": 1673931205633, "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-17T04:53:33.279Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521 2023-01-17T04:53:33.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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-17T04:53:33.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931205128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931206185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:53:33.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931207225, "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-17T04:53:33.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521 2023-01-17T04:53:33.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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-17T04:53:33.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "multicloud-k8s-id", "timestamp": 1673931208231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:53:33.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:53:33.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:53:55.103Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:53:55.133Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:53:55.139Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:53:55.142Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:53:55.142Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:53:55.152Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:54:25.153Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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-17T04:54:25.165Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 and serviceModelVersionId: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd 2023-01-17T04:54:25.165Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6888906-d62c-4e93-a19d-10f879dee3f3 2023-01-17T04:54:25.168Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0 2023-01-17T04:54:25.180Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:54:25.328Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?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-17T04:54:25.332Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|INFO|500||Invoke 2023-01-17T04:54:25.412Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:54:25.501Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|INFO|500||InvokeReturn 2023-01-17T04:54:25.501Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:54:26 GMT], content-length=[0], vertex-id=[393272], x-aai-txid=[1-aai-resources-230117-04:54:26:081-8261], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:54:25.502Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:54:25.502Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:54:25.505Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:54:25.512Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:54:25.513Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2927ab3-7feb-456f-9a02-b8e1dfba06a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:54:25.513Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:54:25.514Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:54:25.523Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:54:25.524Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931265513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:54:25.622Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:54:25.624Z||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-17T04:54:25.624Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:54:25.655Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:25.660Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 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-17T04:54:26.543Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:54:26.543Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|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-17T04:54:26.544Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|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 4KICICBhOAmsafEh) ... 2023-01-17T04:54:27.180Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:27.183Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T04:54:27.183Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdae4d32-e4f6-44dd-8f94-22a148441e4a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"329bbc59-628f-476b-9899-e9a271472be0","serviceDescription":"service","serviceInvariantUUID":"08bc64af-7066-4056-81b3-d2787e7073b3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f2b1a1b4-f167-4753-b706-b188da6cdd17","resourceInvariantUUID":"8e2a0f08-d4b0-42b9-bcc6-46190943608a","resourceCustomizationUUID":"7d585519-5490-4481-a54d-8e6e15ca0038","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":"NGFlY2I1YWZhY2FhMGY4YWFlOGVlYzI0OTI4YTc0YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00a4ca2-d6c0-410a-bead-d44d01a1adb3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9b0766a-2930-40a6-b8e1-b4e1d7e3324a","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:54:27.186Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:54:27.187Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:54:27.190Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:54:27.190Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:54:27.290Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:54:27.291Z||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-17T04:54:27.292Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:54:27.305Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:27.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:54:28.191Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:54:28.192Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:54:28.195Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:54:28.195Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:54:28.295Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:54:28.297Z||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-17T04:54:28.297Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:54:28.313Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:28.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:54:29.197Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "329bbc59-628f-476b-9899-e9a271472be0", "serviceDescription": "service", "serviceInvariantUUID": "08bc64af-7066-4056-81b3-d2787e7073b3", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7d585519-5490-4481-a54d-8e6e15ca0038", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f2b1a1b4-f167-4753-b706-b188da6cdd17", "resourceInvariantUUID": "8e2a0f08-d4b0-42b9-bcc6-46190943608a", "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": "MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9b0766a-2930-40a6-b8e1-b4e1d7e3324a" } ], "workloadContext": "Production" } 2023-01-17T04:54:29.198Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:54:29.198Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 329bbc59-628f-476b-9899-e9a271472be0 ASDC 2023-01-17T04:54:29.199Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:bdae4d32-e4f6-44dd-8f94-22a148441e4a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:329bbc59-628f-476b-9899-e9a271472be0 ServiceInvariantUUID:08bc64af-7066-4056-81b3-d2787e7073b3 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:e9b0766a-2930-40a6-b8e1-b4e1d7e3324a ArtifactChecksum:MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7d585519-5490-4481-a54d-8e6e15ca0038 ResourceInvariantUUID:8e2a0f08-d4b0-42b9-bcc6-46190943608a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f2b1a1b4-f167-4753-b706-b188da6cdd17 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-17T04:54:29.199Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 329bbc59-628f-476b-9899-e9a271472be0 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-17T04:54:29.281Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:54:29.282Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9b0766a-2930-40a6-b8e1-b4e1d7e3324a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:54:29.284Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-17T04:54:29.377Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e9b0766a-2930-40a6-b8e1-b4e1d7e3324a 57661 2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:54:29.383Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:54:29.389Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:54:29.390Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931269382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:54:29.486Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-17T04:54:29.487Z||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-17T04:54:29.487Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:54:29.499Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:29.500Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:54:30.390Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:54:30.391Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:54:30.391Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9b0766a-2930-40a6-b8e1-b4e1d7e3324a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T04:54:30.392Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-17T04:54:30.392Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T04:54:30.393Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T04:54:30.755Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9222987754416835705/Definitions/service-BasicNetwork-template.yml 2023-01-17T04:54:31.663Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.667Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.672Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:329bbc59-628f-476b-9899-e9a271472be0 Model Version:NULL Model InvariantUuid:08bc64af-7066-4056-81b3-d2787e7073b3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8e2a0f08-d4b0-42b9-bcc6-46190943608a Model UUID:4cb73d80-fb44-4134-ab53-8456da2510f3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7d585519-5490-4481-a54d-8e6e15ca0038 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-17T04:54:31.698Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: f2b1a1b4-f167-4753-b706-b188da6cdd17 2023-01-17T04:54:31.699Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||No resources found for Service: 329bbc59-628f-476b-9899-e9a271472be0 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-17T04:54:31.707Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500|| 2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 329bbc59-628f-476b-9899-e9a271472be0 2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 329bbc59-628f-476b-9899-e9a271472be0 2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-17T04:54:31.709Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.729Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3112fea7, org.onap.sdc.toscaparser.api.parameters.Input@2956f837, org.onap.sdc.toscaparser.api.parameters.Input@3e3f3142, org.onap.sdc.toscaparser.api.parameters.Input@47f9ba0a, org.onap.sdc.toscaparser.api.parameters.Input@61b88394] 2023-01-17T04:54:31.731Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 329bbc59-628f-476b-9899-e9a271472be0: Generic NeutronNet 2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.734Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.734Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.779Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.779Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:54:31.781Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.843Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-17T04:54:31.844Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.844Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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-17T04:54:31.844Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:54:31.844Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:54:31.848Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:54:31.848Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931271843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:54:31.950Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T04:54:31.952Z||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-17T04:54:31.952Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:54:31.964Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:31.966Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:54:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:54:32.280Z||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-17T04:54:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:54:32.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:54:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:54:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "ves-openapi-manager", "timestamp": 1673931205656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:54:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:54:32.849Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdae4d32-e4f6-44dd-8f94-22a148441e4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:54:32.863Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdae4d32-e4f6-44dd-8f94-22a148441e4a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:54:32.867Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:54:32.867Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:54:32.867Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:54:32.867Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:54:32.868Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:54:32.868Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:54:32.868Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:54:32.868Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:54:32.868Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:54:32.876Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:55:02.877Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdae4d32-e4f6-44dd-8f94-22a148441e4a 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-17T04:55:02.885Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdae4d32-e4f6-44dd-8f94-22a148441e4a and serviceModelVersionId: 329bbc59-628f-476b-9899-e9a271472be0 2023-01-17T04:55:02.885Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08bc64af-7066-4056-81b3-d2787e7073b3 2023-01-17T04:55:02.887Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0 2023-01-17T04:55:02.894Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:55:02.987Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0|INFO|500||Invoke 2023-01-17T04:55:02.988Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdae4d32-e4f6-44dd-8f94-22a148441e4a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8df99a94-795f-4c3e-ac7e-421b3d397095], X-ECOMP-RequestID=[bdae4d32-e4f6-44dd-8f94-22a148441e4a], X-TransactionId=[], X-ONAP-RequestID=[bdae4d32-e4f6-44dd-8f94-22a148441e4a], Content-Type=[application/merge-patch+json]} 2023-01-17T04:55:03.067Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:55:03.150Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?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/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:55:03 GMT], content-length=[0], vertex-id=[532512], x-aai-txid=[0-aai-resources-230117-04:55:03:732-3255], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:55:03.151Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:55:03.152Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bc64af-7066-4056-81b3-d2787e7073b3/model-vers/model-ver/329bbc59-628f-476b-9899-e9a271472be0?depth=0|INFO|500||InvokeReturn 2023-01-17T04:55:03.152Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:55:03.152Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:55:03.166Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:55:03.169Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdae4d32-e4f6-44dd-8f94-22a148441e4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:55:03.170Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:55:03.172Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:03.178Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:03.178Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931303170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:55:03.278Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:03.282Z||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-17T04:55:03.283Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:03.306Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:03.308Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T04:55:04.196Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T04:55:04.197Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"95ae1269-5f21-4faf-a7a8-d7c04659f521","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"36d951fa-b649-4c8d-b6b1-5ae763e4318e","serviceDescription":"service","serviceInvariantUUID":"86d06c71-15a2-4063-b320-5c5ca37b96a7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f","resourceInvariantUUID":"377fb447-b869-426f-b198-98ed3e35bc32","resourceCustomizationUUID":"80a3a798-cb25-4223-87a6-a566e67fba86","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":"YmMwNWUwY2Q4MzAxN2NhOGZkNTVhMWYwOTNhMGI4MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0cd2621-798f-45f5-90e8-d33dc4b64fd0","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":"YjRlM2EwNzljYmJjOTU5ZjU1OTc2NDcyZmRjNDk2OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51c40856-413a-4855-b3ba-d9b48b19aeee","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":"4e31ebfb-2c10-4caa-a55d-097e1901782b","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":"eaf46666-cfc4-40c0-9c2a-462d5ce72054","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":"3578d090-361d-4d04-99ca-5f17f24ce601","artifactVersion":"2","generatedFromUUID":"4e31ebfb-2c10-4caa-a55d-097e1901782b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjJjOGEzOTQ2MDA1ZTc0M2EyZWFkNGU2ZTQ2YTRjMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"699b9e9d-9d8f-4507-919b-55a97ae711e4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmUxOWQ4N2U3YmNmNDViYWI0ZTFkNTYwNWFlYTdlNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0183d13b-caad-4645-9365-15a63137f715","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:55:04.197Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:04.198Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:04.200Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:04.200Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:04.300Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:04.302Z||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-17T04:55:04.302Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:04.316Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:04.318Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:05.201Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:05.202Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:05.204Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:05.204Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:55:05.305Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:55:05.306Z||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-17T04:55:05.306Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:05.320Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:05.321Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:06.206Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:06.207Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:06.210Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:06.210Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T04:55:06.312Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T04:55:06.314Z||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-17T04:55:06.314Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:06.335Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:06.336Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:07.212Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:07.213Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:07.217Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:07.217Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:07.318Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:07.319Z||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-17T04:55:07.319Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:07.346Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:07.347Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:08.218Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:08.219Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:08.222Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:08.222Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T04:55:08.322Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:08.324Z||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-17T04:55:08.325Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:08.338Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:08.339Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:09.222Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:09.223Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:09.228Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:09.230Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:09.327Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-17T04:55:09.329Z||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-17T04:55:09.329Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:09.344Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:09.345Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:10.231Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:55:10.231Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:10.234Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:10.234Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:10.334Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:10.335Z||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-17T04:55:10.335Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:10.349Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:10.350Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:11.236Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "36d951fa-b649-4c8d-b6b1-5ae763e4318e", "serviceDescription": "service", "serviceInvariantUUID": "86d06c71-15a2-4063-b320-5c5ca37b96a7", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "80a3a798-cb25-4223-87a6-a566e67fba86", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f", "resourceInvariantUUID": "377fb447-b869-426f-b198-98ed3e35bc32", "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": "YjRlM2EwNzljYmJjOTU5ZjU1OTc2NDcyZmRjNDk2OWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51c40856-413a-4855-b3ba-d9b48b19aeee", "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": "4e31ebfb-2c10-4caa-a55d-097e1901782b", "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": "3578d090-361d-4d04-99ca-5f17f24ce601", "generatedFromUUID": "4e31ebfb-2c10-4caa-a55d-097e1901782b" }, "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": "3578d090-361d-4d04-99ca-5f17f24ce601", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmUxOWQ4N2U3YmNmNDViYWI0ZTFkNTYwNWFlYTdlNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0183d13b-caad-4645-9365-15a63137f715" } ], "workloadContext": "Production" } 2023-01-17T04:55:11.236Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:55:11.236Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 36d951fa-b649-4c8d-b6b1-5ae763e4318e ASDC 2023-01-17T04:55:11.237Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:95ae1269-5f21-4faf-a7a8-d7c04659f521 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:36d951fa-b649-4c8d-b6b1-5ae763e4318e ServiceInvariantUUID:86d06c71-15a2-4063-b320-5c5ca37b96a7 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:0183d13b-caad-4645-9365-15a63137f715 ArtifactChecksum:YmUxOWQ4N2U3YmNmNDViYWI0ZTFkNTYwNWFlYTdlNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:80a3a798-cb25-4223-87a6-a566e67fba86 ResourceInvariantUUID:377fb447-b869-426f-b198-98ed3e35bc32 ResourceName:basic_vm ResourceType:VF ResourceUUID:4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f 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:51c40856-413a-4855-b3ba-d9b48b19aeee ArtifactChecksum:YjRlM2EwNzljYmJjOTU5ZjU1OTc2NDcyZmRjNDk2OWE= 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:4e31ebfb-2c10-4caa-a55d-097e1901782b 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:3578d090-361d-4d04-99ca-5f17f24ce601 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:3578d090-361d-4d04-99ca-5f17f24ce601 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T04:55:11.237Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36d951fa-b649-4c8d-b6b1-5ae763e4318e 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-17T04:55:11.284Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:55:11.285Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:55:11.285Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:55:11.286Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0183d13b-caad-4645-9365-15a63137f715 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T04:55:11.286Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:55:11.286Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T04:55:11.351Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:55:11.355Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0183d13b-caad-4645-9365-15a63137f715 74820 2023-01-17T04:55:11.355Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-17T04:55:11.355Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T04:55:11.356Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:55:11.356Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:11.358Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:11.358Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931311355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:11.459Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:55:11.460Z||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-17T04:55:11.460Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:11.481Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:11.482Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:12.359Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:55:12.361Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:55:12.362Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0183d13b-caad-4645-9365-15a63137f715, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:12.362Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-17T04:55:12.363Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:12.363Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:12.616Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1769807858375231020/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-17T04:55:15.201Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:55:15.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:55:15.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-17T04:55:15.203Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:55:15.204Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.204Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.204Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:15.204Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:55:15.206Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:55:15.206Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.207Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-17T04:55:15.208Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T04:55:15.209Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T04:55:15.209Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.210Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:55:15.210Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.210Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:15.210Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:15.211Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.211Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:15.211Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:15.211Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.212Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:15.212Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:15.212Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.212Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T04:55:15.213Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T04:55:15.213Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T04:55:15.213Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fbf9466d-0ef9-4832-8c79-62b094bfe118 2023-01-17T04:55:15.214Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.214Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.215Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.215Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.215Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.215Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.216Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:15.216Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:15.216Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:36d951fa-b649-4c8d-b6b1-5ae763e4318e Model Version:NULL Model InvariantUuid:86d06c71-15a2-4063-b320-5c5ca37b96a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0831aa65-94b7-49c3-afa1-0028fa026456 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:377fb447-b869-426f-b198-98ed3e35bc32 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:80a3a798-cb25-4223-87a6-a566e67fba86 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ed6b91f4-5a2c-4f1a-8d34-119ea4f10ace ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d9705bca-9cb9-4ef6-a461-2a0a57d8a0cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fbf9466d-0ef9-4832-8c79-62b094bfe118 ModelInvariantUuid:0b07ef47-5686-4c8e-9355-475975546492 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:10dc7d0f-9106-4f63-a0bf-2bb4045269d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d968447b-4a6b-4f6d-917e-3586d7eb6352 ModelInvariantUuid:25de6216-8629-48c9-97a1-2d6eca7a644a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:dab3543f-a7dd-4454-b295-04ac335438de 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-17T04:55:15.229Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f 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-17T04:55:15.234Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-01-17T04:55:15.235Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f 2023-01-17T04:55:15.235Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 51c40856-413a-4855-b3ba-d9b48b19aeee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T04:55:15.235Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:55:15.235Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T04:55:15.287Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:55:15.292Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 51c40856-413a-4855-b3ba-d9b48b19aeee 787 2023-01-17T04:55:15.293Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-17T04:55:15.293Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T04:55:15.295Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:55:15.296Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:15.301Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:15.301Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931315293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:15.400Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:55:15.402Z||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-17T04:55:15.403Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:15.419Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:15.421Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:55:16.306Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ed6b91f4-5a2c-4f1a-8d34-119ea4f10ace", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9705bca-9cb9-4ef6-a461-2a0a57d8a0cb", "vfModuleModelCustomizationUUID": "26565563-ac8c-4a14-9ddf-3856d38ba564", "isBase": true, "artifacts": [ "4e31ebfb-2c10-4caa-a55d-097e1901782b", "3578d090-361d-4d04-99ca-5f17f24ce601" ], "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-17T04:55:16.313Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9705bca-9cb9-4ef6-a461-2a0a57d8a0cb VfModuleModelInvariantUUID:ed6b91f4-5a2c-4f1a-8d34-119ea4f10ace VfModuleModelDescription:NULL Artifacts UUID List:{ 4e31ebfb-2c10-4caa-a55d-097e1901782b , 3578d090-361d-4d04-99ca-5f17f24ce601 } 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-17T04:55:16.319Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ed6b91f4-5a2c-4f1a-8d34-119ea4f10ace", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9705bca-9cb9-4ef6-a461-2a0a57d8a0cb", "vfModuleModelCustomizationUUID": "26565563-ac8c-4a14-9ddf-3856d38ba564", "isBase": true, "artifacts": [ "4e31ebfb-2c10-4caa-a55d-097e1901782b", "3578d090-361d-4d04-99ca-5f17f24ce601" ], "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-17T04:55:16.319Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9705bca-9cb9-4ef6-a461-2a0a57d8a0cb VfModuleModelInvariantUUID:ed6b91f4-5a2c-4f1a-8d34-119ea4f10ace VfModuleModelDescription:NULL Artifacts UUID List:{ 4e31ebfb-2c10-4caa-a55d-097e1901782b , 3578d090-361d-4d04-99ca-5f17f24ce601 } 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-17T04:55:16.319Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4e31ebfb-2c10-4caa-a55d-097e1901782b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T04:55:16.320Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:55:16.320Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T04:55:16.369Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:55:16.371Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4e31ebfb-2c10-4caa-a55d-097e1901782b 5033 2023-01-17T04:55:16.372Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-17T04:55:16.372Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T04:55:16.372Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:55:16.373Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:16.382Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:16.382Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931316372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:16.476Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-17T04:55:16.477Z||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-17T04:55:16.477Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:16.524Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:16.525Z||pool-60-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:55:17.394Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3578d090-361d-4d04-99ca-5f17f24ce601 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T04:55:17.394Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:55:17.394Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T04:55:17.458Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:55:17.458Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3578d090-361d-4d04-99ca-5f17f24ce601 903 2023-01-17T04:55:17.459Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-17T04:55:17.459Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T04:55:17.459Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:55:17.459Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:17.462Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:17.463Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931317459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:17.563Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:55:17.564Z||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-17T04:55:17.564Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:17.612Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:17.612Z||pool-61-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:18.464Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 36d951fa-b649-4c8d-b6b1-5ae763e4318e 2023-01-17T04:55:18.465Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f 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-17T04:55:18.517Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e3a499b, org.onap.sdc.toscaparser.api.parameters.Input@c9f9470, org.onap.sdc.toscaparser.api.parameters.Input@5ba3d61e, org.onap.sdc.toscaparser.api.parameters.Input@2577cd33, org.onap.sdc.toscaparser.api.parameters.Input@49ed3e97] 2023-01-17T04:55:18.523Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.523Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.533Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-17T04:55:18.534Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 80a3a798-cb25-4223-87a6-a566e67fba86 2023-01-17T04:55:18.534Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80a3a798-cb25-4223-87a6-a566e67fba86 matches Tosca VF Customization UUID: 80a3a798-cb25-4223-87a6-a566e67fba86 2023-01-17T04:55:18.534Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 80a3a798-cb25-4223-87a6-a566e67fba86 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-17T04:55:18.547Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.549Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.554Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 80a3a798-cb25-4223-87a6-a566e67fba86: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T04:55:18.555Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67f2792a 2023-01-17T04:55:18.555Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.555Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:55:18.556Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26565563-ac8c-4a14-9ddf-3856d38ba564 2023-01-17T04:55:18.556Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26565563-ac8c-4a14-9ddf-3856d38ba564 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-17T04:55:18.567Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.568Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:18.570Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:18.572Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.573Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:18.574Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:18.574Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.575Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-17T04:55:18.576Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T04:55:18.576Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T04:55:18.576Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fbf9466d-0ef9-4832-8c79-62b094bfe118 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-17T04:55:18.590Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.591Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:18.592Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:55:18.593Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.594Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-17T04:55:18.595Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=80a3a798-cb25-4223-87a6-a566e67fba86 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-17T04:55:18.601Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.601Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.602Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 36d951fa-b649-4c8d-b6b1-5ae763e4318e: basic_vm 2023-01-17T04:55:18.605Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.605Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.606Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.606Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.606Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.607Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.607Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.607Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.607Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:55:18.607Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:55:18.608Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T04:55:19.106Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4d5da7b8-c8f2-4d94-b1bb-1de15bfb9e7f 1 ASDC deployResourceStructure 2023-01-17T04:55:19.109Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-17T04:55:19.112Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-17T04:55:19.112Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:55:19.113Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:19.117Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:19.117Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931319109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:55:19.220Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-17T04:55:19.221Z||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-17T04:55:19.221Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:19.244Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:19.246Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:20.134Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-17T04:55:20.135Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-17T04:55:20.135Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:55:20.135Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:20.144Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:20.144Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931320134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:55:20.239Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-17T04:55:20.241Z||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-17T04:55:20.241Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:20.294Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:20.294Z||pool-63-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:21.146Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-17T04:55:21.146Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-17T04:55:21.146Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:55:21.147Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:21.151Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:21.151Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931321145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T04:55:21.250Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:55:21.251Z||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-17T04:55:21.251Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:21.267Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:21.268Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:55:22.153Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-17T04:55:22.155Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-17T04:55:22.156Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:55:22.157Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:55:22.161Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:55:22.162Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931322153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:22.261Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:55:22.263Z||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-17T04:55:22.263Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:55:22.294Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:22.295Z||pool-65-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:55:23.163Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:55:23.189Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:55:23.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:55:23.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T04:55:23.202Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T04:55:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:55:32.281Z||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-17T04:55:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:55:32.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:55:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931217365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931218692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931225100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931226424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931227427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931228431, "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-17T04:55:32.361Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521 2023-01-17T04:55:32.362Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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-17T04:55:32.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931234478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "aai-ml", "timestamp": 1673931235483, "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-17T04:55:32.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521 2023-01-17T04:55:32.383Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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-17T04:55:32.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-17T04:55:32.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-17T04:55:32.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:55:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T04:55:32.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-17T04:55:32.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931248692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931248341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931247365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "ves-openapi-manager", "timestamp": 1673931245655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931258765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931259448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931258510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931259825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931252277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931260877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931260793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931262022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931261934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931261798, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:55:32.470Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 2023-01-17T04:55:32.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 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-17T04:55:32.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "cds", "timestamp": 1673931263028, "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=? 2023-01-17T04:55:32.488Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 2023-01-17T04:55:32.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 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-17T04:55:32.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931263035, "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-17T04:55:32.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 2023-01-17T04:55:32.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 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-17T04:55:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "multicloud-k8s-id", "timestamp": 1673931264040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931265513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:55:32.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:55:32.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931267760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:55:32.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:55:32.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "aai-ml", "timestamp": 1673931268765, "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-17T04:55:32.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 2023-01-17T04:55:32.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 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-17T04:55:32.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931269382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:55:32.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:32.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:55:32.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931271843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:55:32.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:55:53.204Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:55:53.315Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:55:53.327Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:55:53.328Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:55:53.328Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:55:53.328Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:55:53.328Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:55:53.329Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:55:53.329Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:55:53.329Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:55:53.329Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:55:53.330Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:55:53.398Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:56:23.399Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 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-17T04:56:23.409Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95ae1269-5f21-4faf-a7a8-d7c04659f521 and serviceModelVersionId: 36d951fa-b649-4c8d-b6b1-5ae763e4318e 2023-01-17T04:56:23.410Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86d06c71-15a2-4063-b320-5c5ca37b96a7 2023-01-17T04:56:23.413Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?depth=0 2023-01-17T04:56:23.422Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:56:23.576Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?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-17T04:56:23.578Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?depth=0|INFO|500||Invoke 2023-01-17T04:56:23.647Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:56:23.755Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?depth=0|INFO|500||InvokeReturn 2023-01-17T04:56:23.756Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86d06c71-15a2-4063-b320-5c5ca37b96a7/model-vers/model-ver/36d951fa-b649-4c8d-b6b1-5ae763e4318e?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:56:24 GMT], content-length=[0], vertex-id=[233552], x-aai-txid=[0-aai-resources-230117-04:56:24:315-34499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:56:23.769Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:56:23.774Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:56:23.775Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:56:23.788Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:56:23.790Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95ae1269-5f21-4faf-a7a8-d7c04659f521 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:56:23.790Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:56:23.790Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:23.799Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:23.800Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931383790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:56:23.901Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-17T04:56:23.904Z||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-17T04:56:23.904Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:23.939Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:23.941Z||pool-66-thread-1|||||INFO|500||cambria reply ok (40 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-17T04:56:24.852Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T04:56:24.853Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"762460a7-9a34-4e3d-a7f0-3ec6a5d3635f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0","serviceDescription":"service","serviceInvariantUUID":"6bba1369-b57d-4e08-a0ea-e7218e4cae23","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82662969-97be-47aa-bd4e-64c6e341b2b2","resourceInvariantUUID":"c26e9ee3-5ec2-472e-8a57-9fa9149f7f09","resourceCustomizationUUID":"f42115c3-dc39-459d-b236-d9f3745f1d7d","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":"OTZhYjNiZTgwNDBlZTNlOGM5YzE3MmNlY2NhYjUwODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c82953d-2e62-4825-9612-dd78dfb04be0","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":"853ae561-713d-448c-9f16-4948d05fdc6a","artifactVersion":"2","generatedFromUUID":"7f76699a-b94c-46a4-9d01-e97729b478b5"},{"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":"7f76699a-b94c-46a4-9d01-e97729b478b5","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":"MDE3NDk0YjVkYjFjZDk3MmMwZDAyMzQwODJiZTRmOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da298803-eaa5-4ce1-9597-130b0b626c4b","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":"56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf","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":"a0a3fc15-6599-445f-8900-97f1885c0f6f","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":"d53baf93-ba5b-4124-abb9-3f9246e9a74d","artifactVersion":"2","generatedFromUUID":"56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmRjZmZhMDc1ZjQwZTE4ZWYxYWE3NzRhZjIyOTFhNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f109dc08-d5ae-4d92-9037-c6c1ed7d1ac5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmY4ZGJlNmMwY2VlNjY4NDQ4ODEwNzljMDYzYTQ2Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T04:56:24.854Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:24.855Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:24.858Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:24.858Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:24.961Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T04:56:24.963Z||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-17T04:56:24.963Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:24.981Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:24.982Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:25.860Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:25.862Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:25.865Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:25.866Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-17T04:56:25.965Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:56:25.966Z||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-17T04:56:25.969Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:25.988Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:25.989Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:56:26.867Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:26.869Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:26.873Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:26.873Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-17T04:56:26.972Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:56:26.974Z||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-17T04:56:26.975Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:26.989Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:26.990Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:27.876Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:27.880Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:27.885Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:27.885Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:56:27.983Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:56:27.984Z||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-17T04:56:27.985Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:28.021Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:28.022Z||pool-70-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:28.886Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:28.886Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:28.895Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:28.896Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T04:56:28.991Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-17T04:56:28.993Z||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-17T04:56:28.993Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:29.020Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:29.021Z||pool-71-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:29.897Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:29.898Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:29.901Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:29.901Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:30.001Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:56:30.002Z||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-17T04:56:30.002Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:30.014Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:30.015Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:30.902Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:30.904Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:30.907Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:30.907Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-17T04:56:31.007Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:31.009Z||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-17T04:56:31.009Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:31.028Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:31.029Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:31.908Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:31.910Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:31.915Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:31.916Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:32.014Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-17T04:56:32.016Z||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-17T04:56:32.016Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:32.030Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:32.031Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:56:32.280Z||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-17T04:56:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:56:32.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931303170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:56:32.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:56:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T04:56:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T04:56:32.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:56:32.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:56:32.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T04:56:32.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931311355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:32.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931315293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931316372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931317459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:32.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931319109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:56:32.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931320134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:56:32.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931321145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T04:56:32.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T04:56:32.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931322153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:56:32.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:56:32.921Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T04:56:32.922Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:32.927Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:32.927Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:56:33.027Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:56:33.028Z||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-17T04:56:33.028Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:33.050Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:33.051Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:33.931Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0", "serviceDescription": "service", "serviceInvariantUUID": "6bba1369-b57d-4e08-a0ea-e7218e4cae23", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f42115c3-dc39-459d-b236-d9f3745f1d7d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "82662969-97be-47aa-bd4e-64c6e341b2b2", "resourceInvariantUUID": "c26e9ee3-5ec2-472e-8a57-9fa9149f7f09", "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": "853ae561-713d-448c-9f16-4948d05fdc6a", "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": "7f76699a-b94c-46a4-9d01-e97729b478b5", "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": "MDE3NDk0YjVkYjFjZDk3MmMwZDAyMzQwODJiZTRmOGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da298803-eaa5-4ce1-9597-130b0b626c4b", "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": "56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf", "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": "d53baf93-ba5b-4124-abb9-3f9246e9a74d", "generatedFromUUID": "56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf" }, "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": "d53baf93-ba5b-4124-abb9-3f9246e9a74d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MmY4ZGJlNmMwY2VlNjY4NDQ4ODEwNzljMDYzYTQ2Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1" } ], "workloadContext": "Production" } 2023-01-17T04:56:33.931Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T04:56:33.932Z|95ae1269-5f21-4faf-a7a8-d7c04659f521|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 ASDC 2023-01-17T04:56:33.932Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:762460a7-9a34-4e3d-a7f0-3ec6a5d3635f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 ServiceInvariantUUID:6bba1369-b57d-4e08-a0ea-e7218e4cae23 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:2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1 ArtifactChecksum:MmY4ZGJlNmMwY2VlNjY4NDQ4ODEwNzljMDYzYTQ2Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f42115c3-dc39-459d-b236-d9f3745f1d7d ResourceInvariantUUID:c26e9ee3-5ec2-472e-8a57-9fa9149f7f09 ResourceName:basic_cnf ResourceType:VF ResourceUUID:82662969-97be-47aa-bd4e-64c6e341b2b2 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:853ae561-713d-448c-9f16-4948d05fdc6a 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:7f76699a-b94c-46a4-9d01-e97729b478b5 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:da298803-eaa5-4ce1-9597-130b0b626c4b ArtifactChecksum:MDE3NDk0YjVkYjFjZDk3MmMwZDAyMzQwODJiZTRmOGY= 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:56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf 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:d53baf93-ba5b-4124-abb9-3f9246e9a74d 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:d53baf93-ba5b-4124-abb9-3f9246e9a74d ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T04:56:33.933Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 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-17T04:56:33.987Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:56:33.988Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:56:33.988Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:56:33.992Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T04:56:33.992Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:33.992Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T04:56:34.066Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:34.071Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1 73673 2023-01-17T04:56:34.071Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-17T04:56:34.071Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T04:56:34.071Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:34.072Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:34.075Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:34.075Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931394071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:34.175Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:34.176Z||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-17T04:56:34.176Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:34.190Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:34.191Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:35.077Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T04:56:35.079Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T04:56:35.080Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2347bf15-3b6c-4f0d-bc2f-1fbcede37dc1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:35.080Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-17T04:56:35.081Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:35.082Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:35.372Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9107156246111942571/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-17T04:56:37.685Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T04:56:37.687Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:56:37.688Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:37.688Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-17T04:56:37.689Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:37.689Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:37.689Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:37.690Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-17T04:56:37.690Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T04:56:37.691Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.691Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.692Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:37.692Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:56:37.692Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:56:37.693Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.693Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.693Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:37.693Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T04:56:37.694Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T04:56:37.695Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.695Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.696Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.697Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T04:56:37.697Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-17T04:56:37.698Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-17T04:56:37.698Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T04:56:37.699Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.699Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:56:37.699Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.700Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:37.701Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:37.701Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.702Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:37.702Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:37.702Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.703Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:37.703Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:37.703Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.706Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T04:56:37.707Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-17T04:56:37.707Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e04a3e01-8f9a-4ebc-acfb-3ec935afbc86 2023-01-17T04:56:37.708Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.709Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.709Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.710Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.710Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.711Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.711Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:37.711Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:37.712Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 Model Version:NULL Model InvariantUuid:6bba1369-b57d-4e08-a0ea-e7218e4cae23 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:dc3e1144-374c-4db5-9719-2f56f31f27d0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c26e9ee3-5ec2-472e-8a57-9fa9149f7f09 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f42115c3-dc39-459d-b236-d9f3745f1d7d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7095d110-e062-4852-89ae-9a2fb2ff39ca ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d579ed37-046c-48bb-9d9a-ac559db09238 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e04a3e01-8f9a-4ebc-acfb-3ec935afbc86 ModelInvariantUuid:b872ac78-d4fe-4f31-b0e8-4ef033f4ad07 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:31983d7e-f7e0-4adc-90ea-33f15732ba68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4969c64c-84e4-4aff-b744-51809628140d ModelInvariantUuid:f45bb55b-7cf3-4ef4-87f0-97e96c307da9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:00300e09-da99-4c78-9f82-1f6b17964af4 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-17T04:56:37.725Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 82662969-97be-47aa-bd4e-64c6e341b2b2 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-17T04:56:37.734Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-01-17T04:56:37.735Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82662969-97be-47aa-bd4e-64c6e341b2b2 2023-01-17T04:56:37.735Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 853ae561-713d-448c-9f16-4948d05fdc6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-17T04:56:37.736Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:37.736Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-17T04:56:37.831Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:37.832Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 853ae561-713d-448c-9f16-4948d05fdc6a 12 2023-01-17T04:56:37.833Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-17T04:56:37.833Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-17T04:56:37.833Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:37.834Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:37.838Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:37.838Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931397833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:37.939Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:37.940Z||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-17T04:56:37.940Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:37.962Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:37.963Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:38.839Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f76699a-b94c-46a4-9d01-e97729b478b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-17T04:56:38.840Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:38.840Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-17T04:56:38.882Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:38.882Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7f76699a-b94c-46a4-9d01-e97729b478b5 2688 2023-01-17T04:56:38.883Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-17T04:56:38.883Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-17T04:56:38.883Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:38.883Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:38.892Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:38.893Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931398883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:38.987Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-17T04:56:38.989Z||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-17T04:56:38.989Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:39.004Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:39.005Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:39.895Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da298803-eaa5-4ce1-9597-130b0b626c4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-17T04:56:39.895Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:39.895Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-17T04:56:39.948Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:39.949Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json da298803-eaa5-4ce1-9597-130b0b626c4b 828 2023-01-17T04:56:39.950Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-17T04:56:39.950Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-17T04:56:39.951Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:39.951Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:39.953Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:39.953Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931399949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:40.055Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T04:56:40.056Z||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-17T04:56:40.056Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:40.071Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:40.072Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:56:40.955Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7095d110-e062-4852-89ae-9a2fb2ff39ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d579ed37-046c-48bb-9d9a-ac559db09238", "vfModuleModelCustomizationUUID": "c565abdd-bef1-45aa-93ad-eb65c5743aa1", "isBase": true, "artifacts": [ "7f76699a-b94c-46a4-9d01-e97729b478b5", "56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf", "d53baf93-ba5b-4124-abb9-3f9246e9a74d" ], "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-17T04:56:40.969Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d579ed37-046c-48bb-9d9a-ac559db09238 VfModuleModelInvariantUUID:7095d110-e062-4852-89ae-9a2fb2ff39ca VfModuleModelDescription:NULL Artifacts UUID List:{ 7f76699a-b94c-46a4-9d01-e97729b478b5 , 56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf , d53baf93-ba5b-4124-abb9-3f9246e9a74d } 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-17T04:56:40.978Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7095d110-e062-4852-89ae-9a2fb2ff39ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d579ed37-046c-48bb-9d9a-ac559db09238", "vfModuleModelCustomizationUUID": "c565abdd-bef1-45aa-93ad-eb65c5743aa1", "isBase": true, "artifacts": [ "7f76699a-b94c-46a4-9d01-e97729b478b5", "56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf", "d53baf93-ba5b-4124-abb9-3f9246e9a74d" ], "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-17T04:56:40.978Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d579ed37-046c-48bb-9d9a-ac559db09238 VfModuleModelInvariantUUID:7095d110-e062-4852-89ae-9a2fb2ff39ca VfModuleModelDescription:NULL Artifacts UUID List:{ 7f76699a-b94c-46a4-9d01-e97729b478b5 , 56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf , d53baf93-ba5b-4124-abb9-3f9246e9a74d } 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-17T04:56:40.979Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-17T04:56:40.979Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:40.979Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-17T04:56:41.044Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:41.044Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 56cfbcdb-f7c6-4ca5-85b7-fd5b60c82adf 1164 2023-01-17T04:56:41.045Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-17T04:56:41.045Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-17T04:56:41.045Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:41.045Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:41.050Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:41.050Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931401044, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:41.148Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:56:41.150Z||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-17T04:56:41.150Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:41.167Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:41.167Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:42.055Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d53baf93-ba5b-4124-abb9-3f9246e9a74d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-17T04:56:42.055Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T04:56:42.056Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-17T04:56:42.109Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T04:56:42.111Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d53baf93-ba5b-4124-abb9-3f9246e9a74d 200 2023-01-17T04:56:42.111Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-17T04:56:42.111Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-17T04:56:42.111Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T04:56:42.111Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:42.115Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:42.120Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931402111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:56:42.216Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-17T04:56:42.217Z||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-17T04:56:42.217Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:42.231Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:42.231Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:43.121Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 2023-01-17T04:56:43.122Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 82662969-97be-47aa-bd4e-64c6e341b2b2 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=? 2023-01-17T04:56:43.147Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-17T04:56:43.195Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ff240aa, org.onap.sdc.toscaparser.api.parameters.Input@4bc34265, org.onap.sdc.toscaparser.api.parameters.Input@3fccfe4, org.onap.sdc.toscaparser.api.parameters.Input@6723b211, org.onap.sdc.toscaparser.api.parameters.Input@2a19494f] 2023-01-17T04:56:43.197Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.198Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.198Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-17T04:56:43.198Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f42115c3-dc39-459d-b236-d9f3745f1d7d 2023-01-17T04:56:43.207Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f42115c3-dc39-459d-b236-d9f3745f1d7d matches Tosca VF Customization UUID: f42115c3-dc39-459d-b236-d9f3745f1d7d 2023-01-17T04:56:43.207Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f42115c3-dc39-459d-b236-d9f3745f1d7d 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-17T04:56:43.211Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.211Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.213Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f42115c3-dc39-459d-b236-d9f3745f1d7d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-17T04:56:43.213Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64b71f9f 2023-01-17T04:56:43.213Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.213Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T04:56:43.213Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c565abdd-bef1-45aa-93ad-eb65c5743aa1 2023-01-17T04:56:43.215Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c565abdd-bef1-45aa-93ad-eb65c5743aa1 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-17T04:56:43.220Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.221Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:43.222Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:43.228Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.229Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:43.230Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:43.231Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.231Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-17T04:56:43.231Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-17T04:56:43.232Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e04a3e01-8f9a-4ebc-acfb-3ec935afbc86 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-17T04:56:43.237Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.238Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:43.238Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T04:56:43.238Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.239Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-17T04:56:43.239Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f42115c3-dc39-459d-b236-d9f3745f1d7d 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-17T04:56:43.242Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.242Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0: basic_cnf 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.243Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.244Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.244Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.244Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T04:56:43.244Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T04:56:43.244Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T04:56:43.444Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 82662969-97be-47aa-bd4e-64c6e341b2b2 1 ASDC deployResourceStructure 2023-01-17T04:56:43.445Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-17T04:56:43.445Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-01-17T04:56:43.445Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T04:56:43.446Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:43.449Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:43.449Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931403444, "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-17T04:56:43.549Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:43.551Z||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-17T04:56:43.551Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:43.572Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:43.574Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:44.453Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-17T04:56:44.453Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-17T04:56:44.453Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T04:56:44.454Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:44.457Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:44.457Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931404452, "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-17T04:56:44.557Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:44.559Z||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-17T04:56:44.560Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:44.580Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:44.580Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-17T04:56:45.458Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-17T04:56:45.460Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-17T04:56:45.460Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:56:45.461Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:45.466Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:45.466Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931405458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:56:45.566Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:56:45.567Z||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-17T04:56:45.568Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:45.583Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:45.584Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:46.468Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-17T04:56:46.469Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-17T04:56:46.472Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:56:46.474Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:46.484Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:46.484Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931406468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:56:46.584Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T04:56:46.586Z||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-17T04:56:46.586Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:46.610Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:46.611Z||pool-85-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:47.490Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-17T04:56:47.490Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-17T04:56:47.490Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:56:47.491Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:47.495Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:47.496Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931407489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-17T04:56:47.597Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T04:56:47.600Z||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-17T04:56:47.600Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:47.616Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:47.617Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:48.499Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-17T04:56:48.500Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-17T04:56:48.501Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T04:56:48.502Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:56:48.505Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:56:48.506Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931408499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:56:48.606Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T04:56:48.607Z||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-17T04:56:48.607Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:56:48.629Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:56:48.630Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-17T04:56:49.508Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T04:56:49.545Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T04:56:49.572Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:56:49.573Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:56:49.574Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:56:49.574Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T04:56:49.574Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T04:56:49.589Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T04:57:19.594Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f 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-17T04:57:19.642Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f and serviceModelVersionId: c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0 2023-01-17T04:57:19.643Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bba1369-b57d-4e08-a0ea-e7218e4cae23 2023-01-17T04:57:19.655Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0 2023-01-17T04:57:19.665Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T04:57:19.909Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0|INFO|500||Invoke 2023-01-17T04:57:19.910Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[762460a7-9a34-4e3d-a7f0-3ec6a5d3635f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83678868-6fd7-48fe-af72-8466843d6d1a], X-ECOMP-RequestID=[762460a7-9a34-4e3d-a7f0-3ec6a5d3635f], X-TransactionId=[], X-ONAP-RequestID=[762460a7-9a34-4e3d-a7f0-3ec6a5d3635f], Content-Type=[application/merge-patch+json]} 2023-01-17T04:57:20.007Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T04:57:20.119Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?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/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:57:20 GMT], content-length=[0], vertex-id=[606240], x-aai-txid=[2-aai-resources-230117-04:57:20:677-2055], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T04:57:20.120Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T04:57:20.121Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bba1369-b57d-4e08-a0ea-e7218e4cae23/model-vers/model-ver/c08d7c8c-0b18-48ac-b5e7-de60b1ff83b0?depth=0|INFO|500||InvokeReturn 2023-01-17T04:57:20.121Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T04:57:20.122Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T04:57:20.143Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T04:57:20.144Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 762460a7-9a34-4e3d-a7f0-3ec6a5d3635f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T04:57:20.145Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T04:57:20.146Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T04:57:20.151Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T04:57:20.151Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931440144, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:57:20.258Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-17T04:57:20.259Z||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-17T04:57:20.259Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T04:57:20.334Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:57:20.335Z||pool-88-thread-1|||||INFO|500||cambria reply ok (77 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-17T04:57:21.214Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:57:21.215Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:57:21.215Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:57:31.585Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:57:31.586Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:57:31.587Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:57:31.587Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:57:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:57:32.280Z||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-17T04:57:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:57:32.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:57:32.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931383790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:57:32.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:57:32.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:57:32.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-17T04:57:32.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-17T04:57:32.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-17T04:57:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-17T04:57:32.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T04:57:32.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-17T04:57:32.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:32.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T04:57:32.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T04:57:32.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-17T04:57:41.129Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:57:41.130Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:57:41.130Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:57:41.131Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:57:50.709Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:57:50.710Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:57:50.711Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:57:50.711Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:58:00.315Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:58:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:58:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:58:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:58:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:58:32.280Z||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-17T04:58:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:58:32.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:58:32.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931266542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-17T04:58:32.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-17T04:58:32.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931394071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931397833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931398883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931399949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931401044, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931402111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-17T04:58:32.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931403444, "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-17T04:58:32.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931404452, "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-17T04:58:32.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931405458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931406468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931407489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-17T04:58:32.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931408499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T04:58:32.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:32.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-17T04:58:32.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "762460a7-9a34-4e3d-a7f0-3ec6a5d3635f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931440144, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T04:58:32.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T04:58:41.828Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:59:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:59:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T04:59:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T04:59:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T04:59:32.282Z||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-17T04:59:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T04:59:41.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T04:59:41.848Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:00:32.259Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:00:32.260Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:00:32.260Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:00:32.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:00:32.281Z||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-17T05:00:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:00:41.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:00:41.877Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:01:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:01:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:01:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:01:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:01:32.279Z||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-17T05:01:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:01:41.808Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:01:41.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:02:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:02:32.257Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:02:32.257Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:02:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:02:32.280Z||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-17T05:02:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:02:41.838Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:02:41.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:03:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:03:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:03:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:03:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:03:32.280Z||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-17T05:03:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:03:41.817Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:03:41.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:04:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:04:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:04:32.255Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:04:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:04:32.280Z||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-17T05:04:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:04:41.813Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:04:41.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:05:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:05:32.256Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:05:32.256Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:05:32.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:05:32.283Z||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-17T05:05:32.283Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:05:41.820Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:05:41.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:32.254Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:06:32.256Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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-17T05:06:32.256Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|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 4KICICBhOAmsafEh) ... 2023-01-17T05:06:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:06:32.284Z||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-17T05:06:32.287Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:06:32.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:32.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:32.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:06:32.898Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:32.899Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T05:06:32.899Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4859472-7c7f-4546-b405-9efec8037563","serviceName":"Demo_pNF_gRULJt8cJaV1ulzSJUyf","serviceVersion":"1.0","serviceUUID":"0d8b3d81-c533-443c-a243-24e4ded67d7c","serviceDescription":"catalog service description","serviceInvariantUUID":"e491d229-cc93-474a-9874-05f4ad64d4a1","resources":[{"resourceInstanceName":"pNF c908a5ea-c815 0","resourceName":"pNF c908a5ea-c815","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"483d2ed6-10e8-4359-a604-a252a35803d7","resourceInvariantUUID":"951e9247-36be-4379-8d98-4b2249803c1d","resourceCustomizationUUID":"4dfb367d-3311-4a56-895a-2fa127b6bf8e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml","artifactChecksum":"ZDU3MDEwODcwYzA1YTRlNTBhMGI1NzgyOGQ0Yjk3NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8fae6d2-32ee-4cad-80ac-cf2f91e0f856","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar","artifactChecksum":"ZmU0MTA5OWU5M2NiNmMwODY1YmZjZTRhNmI4YmVjOWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ee6ed7a-6c8a-4abc-8747-f004b8608a2a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c51c06-3121-4b01-be7a-3e4b35245264","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml","artifactChecksum":"OTRmZmE1MzAyYzNkYTk2ZjJkNDM1ZWQxY2YwNjliMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb7bfc84-6edf-4f03-b1cf-e4a89cc0a5c3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff321e7f-c779-47ea-8367-0f863e4b4f2c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc7e666d-7788-4bc6-a612-d483016c0cd7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml","artifactChecksum":"MjI4ZGIzMjA0NDZhODg4YmZjZWU5ZWUzZjYyYWU3YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dc4d191-29d1-4184-b25e-bb8fbb3c5831","artifactVersion":"1"},{"artifactName":"service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar","artifactChecksum":"NzYzMDFlMTc2NjVmMDExZjk1NzRkMzY5YjZlNGNmZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a27f86d1-582c-4976-97ce-8239bcfaf05b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T05:06:32.903Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:32.903Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:32.912Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:32.913Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:33.010Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-17T05:06:33.012Z||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-17T05:06:33.012Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:33.029Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:33.030Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:06:33.914Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:33.914Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:33.918Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:33.919Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:34.019Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:06:34.020Z||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-17T05:06:34.020Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:34.032Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:34.033Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:34.919Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:34.921Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:34.924Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:34.924Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:35.024Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:06:35.025Z||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-17T05:06:35.025Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:35.040Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:35.041Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:35.924Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:35.926Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:35.929Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:35.929Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:36.029Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:06:36.030Z||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-17T05:06:36.031Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:36.044Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:36.044Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:36.930Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:36.931Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:36.935Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:36.936Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:37.034Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T05:06:37.035Z||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-17T05:06:37.035Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:37.048Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:37.049Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:37.937Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:37.938Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:37.941Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:37.941Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:38.041Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:06:38.042Z||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-17T05:06:38.042Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:38.063Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:38.063Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:38.942Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:38.943Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:38.946Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:38.947Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:06:39.047Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:06:39.048Z||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-17T05:06:39.048Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:39.060Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:39.060Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:39.947Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:06:39.948Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:39.951Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:39.951Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:06:40.054Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-17T05:06:40.055Z||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-17T05:06:40.055Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:40.067Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:40.068Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:40.953Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "serviceName": "Demo_pNF_gRULJt8cJaV1ulzSJUyf", "serviceVersion": "1.0", "serviceUUID": "0d8b3d81-c533-443c-a243-24e4ded67d7c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e491d229-cc93-474a-9874-05f4ad64d4a1", "resources": [ { "resourceInstanceName": "pNF c908a5ea-c815 0", "resourceCustomizationUUID": "4dfb367d-3311-4a56-895a-2fa127b6bf8e", "resourceName": "pNF c908a5ea-c815", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "483d2ed6-10e8-4359-a604-a252a35803d7", "resourceInvariantUUID": "951e9247-36be-4379-8d98-4b2249803c1d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "artifactChecksum": "NzYzMDFlMTc2NjVmMDExZjk1NzRkMzY5YjZlNGNmZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a27f86d1-582c-4976-97ce-8239bcfaf05b" } ], "workloadContext": "Production" } 2023-01-17T05:06:40.954Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T05:06:40.954Z|762460a7-9a34-4e3d-a7f0-3ec6a5d3635f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d8b3d81-c533-443c-a243-24e4ded67d7c ASDC 2023-01-17T05:06:40.956Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e4859472-7c7f-4546-b405-9efec8037563 ServiceName:Demo_pNF_gRULJt8cJaV1ulzSJUyf ServiceVersion:1.0 ServiceUUID:0d8b3d81-c533-443c-a243-24e4ded67d7c ServiceInvariantUUID:e491d229-cc93-474a-9874-05f4ad64d4a1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar ArtifactUUID:a27f86d1-582c-4976-97ce-8239bcfaf05b ArtifactChecksum:NzYzMDFlMTc2NjVmMDExZjk1NzRkMzY5YjZlNGNmZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c908a5ea-c815 0 ResourceCustomizationUUID:4dfb367d-3311-4a56-895a-2fa127b6bf8e ResourceInvariantUUID:951e9247-36be-4379-8d98-4b2249803c1d ResourceName:pNF c908a5ea-c815 ResourceType:PNF ResourceUUID:483d2ed6-10e8-4359-a604-a252a35803d7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-17T05:06:40.956Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d8b3d81-c533-443c-a243-24e4ded67d7c 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-17T05:06:41.017Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:06:41.018Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:06:41.019Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:06:41.019Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a27f86d1-582c-4976-97ce-8239bcfaf05b from URL: /sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:41.019Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:06:41.020Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:41.111Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:06:41.117Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar a27f86d1-582c-4976-97ce-8239bcfaf05b 87785 2023-01-17T05:06:41.117Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar ASDC sendASDCNotification 2023-01-17T05:06:41.117Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:41.118Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:06:41.118Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:41.122Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:41.122Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932001117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:06:41.222Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:06:41.223Z||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-17T05:06:41.223Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:41.236Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:41.237Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:06:42.123Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:06:42.124Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:06:42.125Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a27f86d1-582c-4976-97ce-8239bcfaf05b, URL: /sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar to file: /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:42.126Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:42.127Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:42.127Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:42.391Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9208668567360338817/Definitions/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml 2023-01-17T05:06:44.319Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T05:06:44.320Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T05:06:44.320Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.320Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T05:06:44.321Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.321Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.321Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.321Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.333Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.335Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.335Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c908a5ea-c815 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-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.335Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T05:06:44.336Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.336Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.337Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Node template pNF c908a5ea-c815 0 is matching search criteria 2023-01-17T05:06:44.337Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T05:06:44.337Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c908a5ea-c815 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:06:44.338Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.338Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.338Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Node template pNF c908a5ea-c815 0 is matching search criteria 2023-01-17T05:06:44.339Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T05:06:44.339Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c908a5ea-c815 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:06:44.339Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.339Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.340Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.340Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.340Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.340Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.341Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.341Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.341Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.341Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.342Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gRULJt8cJaV1ulzSJUyf Description:catalog service description Model UUID:0d8b3d81-c533-443c-a243-24e4ded67d7c Model Version:NULL Model InvariantUuid:e491d229-cc93-474a-9874-05f4ad64d4a1 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-17T05:06:44.361Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 483d2ed6-10e8-4359-a604-a252a35803d7 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-17T05:06:44.372Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||pNF c908a5ea-c815 0 2023-01-17T05:06:44.373Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 483d2ed6-10e8-4359-a604-a252a35803d7 2023-01-17T05:06:44.373Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0d8b3d81-c533-443c-a243-24e4ded67d7c 2023-01-17T05:06:44.373Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0d8b3d81-c533-443c-a243-24e4ded67d7c 2023-01-17T05:06:44.373Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c908a5ea-c815 0 483d2ed6-10e8-4359-a604-a252a35803d7 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-17T05:06:44.394Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b840185, org.onap.sdc.toscaparser.api.parameters.Input@37827144, org.onap.sdc.toscaparser.api.parameters.Input@5bafb32b, org.onap.sdc.toscaparser.api.parameters.Input@32a9cb32, org.onap.sdc.toscaparser.api.parameters.Input@59ca7ccb] 2023-01-17T05:06:44.396Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.397Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.397Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0d8b3d81-c533-443c-a243-24e4ded67d7c: pNF c908a5ea-c815 2023-01-17T05:06:44.398Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Processing PNF resource: 483d2ed6-10e8-4359-a604-a252a35803d7 2023-01-17T05:06:44.398Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:06:44.398Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_gRULJt8cJaV1ulzSJUyf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:06:44.398Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4dfb367d-3311-4a56-895a-2fa127b6bf8e is the same as notified resource customizationUUID: 4dfb367d-3311-4a56-895a-2fa127b6bf8e 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-17T05:06:44.479Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c908a5ea-c815 483d2ed6-10e8-4359-a604-a252a35803d7 0 ASDC deployResourceStructure 2023-01-17T05:06:44.479Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar ASDC sendASDCNotification 2023-01-17T05:06:44.480Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar 2023-01-17T05:06:44.480Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:06:44.481Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:06:44.486Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:06:44.487Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932004479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:06:44.586Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-17T05:06:44.587Z||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-17T05:06:44.587Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:06:44.600Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:06:44.600Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:06:45.493Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:06:45.513Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:06:45.516Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:06:45.516Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:06:45.517Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:07:15.517Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:07:15.538Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:07:15.542Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:07:15.542Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:07:15.542Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:07:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:07:32.280Z||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-17T05:07:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:07:32.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:07:32.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:07:32.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:07:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:07:45.542Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:07:45.564Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:07:45.568Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:07:45.568Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:07:45.568Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:08:15.569Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:08:15.587Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:08:15.592Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:08:15.594Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:08:15.595Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:08:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:08:32.281Z||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-17T05:08:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:08:32.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:08:32.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-17T05:08:32.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931987277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:08:32.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931985655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931995907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931996574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "multicloud-k8s-id", "timestamp": 1673931988341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:08:32.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "cds", "timestamp": 1673931997585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-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-17T05:08:32.841Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4859472-7c7f-4546-b405-9efec8037563 2023-01-17T05:08:32.842Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4859472-7c7f-4546-b405-9efec8037563 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-17T05:08:32.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931996937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:08:32.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "ves-openapi-manager", "timestamp": 1673931997939, "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-17T05:08:32.867Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e4859472-7c7f-4546-b405-9efec8037563 2023-01-17T05:08:32.867Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4859472-7c7f-4546-b405-9efec8037563 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-17T05:08:32.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673931992254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932001117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/resourceInstances/pnfc908a5eac8150/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932004479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673931997365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673931998692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673932006182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673932007459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673932008271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:08:32.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673932009274, "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-17T05:08:32.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4859472-7c7f-4546-b405-9efec8037563 2023-01-17T05:08:32.898Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4859472-7c7f-4546-b405-9efec8037563 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-17T05:08:32.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673932013929, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGruljt8cjav1ulzsjuyf/1.0/artifacts/service-DemoPnfGruljt8cjav1ulzsjuyf-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:08:32.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:08:32.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-17T05:08:32.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "aai-ml", "timestamp": 1673932014934, "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-17T05:08:32.921Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4859472-7c7f-4546-b405-9efec8037563 2023-01-17T05:08:32.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4859472-7c7f-4546-b405-9efec8037563 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-17T05:08:45.596Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:08:45.620Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:08:45.626Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:08:45.627Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T05:08:45.627Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T05:08:45.627Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T05:08:45.628Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:08:45.628Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:08:45.629Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:08:45.629Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:08:45.629Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:08:45.630Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T05:08:45.637Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T05:09:15.637Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4859472-7c7f-4546-b405-9efec8037563 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-17T05:09:15.648Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4859472-7c7f-4546-b405-9efec8037563 and serviceModelVersionId: 0d8b3d81-c533-443c-a243-24e4ded67d7c 2023-01-17T05:09:15.648Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e491d229-cc93-474a-9874-05f4ad64d4a1 2023-01-17T05:09:15.650Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?depth=0 2023-01-17T05:09:15.668Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T05:09:15.775Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?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-17T05:09:15.779Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?depth=0|INFO|500||Invoke 2023-01-17T05:09:15.825Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T05:09:15.960Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?depth=0|INFO|500||InvokeReturn 2023-01-17T05:09:15.963Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e491d229-cc93-474a-9874-05f4ad64d4a1/model-vers/model-ver/0d8b3d81-c533-443c-a243-24e4ded67d7c?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 05:09:16 GMT], content-length=[0], vertex-id=[512200], x-aai-txid=[0-aai-resources-230117-05:09:16:488-41584], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T05:09:15.964Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T05:09:15.965Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T05:09:15.965Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T05:09:15.990Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T05:09:15.990Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4859472-7c7f-4546-b405-9efec8037563 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T05:09:15.991Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T05:09:15.991Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:09:15.995Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:09:15.995Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932155991, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:09:16.094Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:09:16.096Z||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-17T05:09:16.097Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:09:16.117Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:09:16.118Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T05:09:17.015Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:09:17.016Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:09:17.016Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:09:27.296Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:09:27.297Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:09:27.298Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:09:27.298Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:09:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:09:32.280Z||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-17T05:09:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:09:32.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:09:32.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-17T05:09:32.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4859472-7c7f-4546-b405-9efec8037563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673932155991, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:09:32.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:09:36.863Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:09:36.864Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:09:36.864Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:09:36.864Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:09:46.410Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:10:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:10:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:10:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:10:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:10:32.281Z||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-17T05:10:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:10:41.804Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:10:41.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:11:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:11:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:11:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:11:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:11:32.280Z||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-17T05:11:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:11:41.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:11:41.834Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:12:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:12:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:12:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:12:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:12:32.280Z||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-17T05:12:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:12:41.807Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:12:41.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:13:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:13:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:13:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:13:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:13:32.281Z||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-17T05:13:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:13:41.837Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:13:41.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:14:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:14:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:14:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:14:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:14:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:14:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:14:41.808Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:14:41.830Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:15:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:15:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:15:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:15:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:15:32.280Z||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-17T05:15:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:15:41.827Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:15:41.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:16:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:16:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:16:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:16:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:16:32.280Z||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-17T05:16:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:16:41.815Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:16:41.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:17:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:17:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:17:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:17:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:17:32.279Z||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-17T05:17:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:17:41.826Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:17:41.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:18:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:18:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:18:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:18:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:18:32.280Z||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-17T05:18:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:18:41.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:18:41.832Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:19:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:19:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:19:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:19:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:19:32.280Z||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-17T05:19:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:19:41.820Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:19:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:20:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:20:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:20:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:20:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:20:32.280Z||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-17T05:20:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:20:41.825Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:20:41.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:21:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:21:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:21:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:21:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:21:32.280Z||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-17T05:21:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:21:41.803Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:21:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:22:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:22:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:22:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:22:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:22:32.280Z||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-17T05:22:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:22:41.805Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:22:41.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:23:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:23:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:23:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:23:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:23:32.281Z||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-17T05:23:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:23:41.823Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:23:41.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:24:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:24:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:24:32.257Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:24:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:24:32.280Z||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-17T05:24:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:24:41.815Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:24:41.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:25:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:25:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:25:32.256Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:25:32.280Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:25:32.281Z||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-17T05:25:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:25:41.835Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:25:41.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:26:32.260Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:26:32.261Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:26:32.261Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:26:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:26:32.281Z||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-17T05:26:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:26:41.813Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:26:41.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:27:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:27:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:27:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:27:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:27:32.280Z||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-17T05:27:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:27:41.811Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:27:41.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:28:32.262Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:28:32.264Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:28:32.264Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:28:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:28:32.280Z||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-17T05:28:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:28:41.823Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:28:41.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:29:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:29:32.255Z||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-17T05:29:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:29:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:29:32.280Z||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-17T05:29:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:29:41.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:29:41.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:30:32.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:30:32.259Z||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-17T05:30:32.259Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:30:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:30:32.282Z||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-17T05:30:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:30:41.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:30:41.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:31:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:31:32.256Z||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-17T05:31:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:31:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:31:32.280Z||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-17T05:31:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:31:41.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:31:41.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:32:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:32:32.256Z||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-17T05:32:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:32:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:32:32.280Z||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-17T05:32:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:32:41.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:32:41.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:33:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:33:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:33:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:33:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:33:32.280Z||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-17T05:33:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:33:41.820Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:33:41.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:34:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:34:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:34:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:34:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:34:32.280Z||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-17T05:34:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:34:41.806Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:34:41.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:32.254Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:35:32.255Z|e4859472-7c7f-4546-b405-9efec8037563|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-17T05:35:32.262Z|e4859472-7c7f-4546-b405-9efec8037563|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 4KICICBhOAmsafEh) ... 2023-01-17T05:35:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:35:32.280Z||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-17T05:35:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:35:32.898Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:32.900Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.901Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9ab2667-7972-4195-a189-0444971918fa","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"933e6723-3ca1-4ede-ae12-ff8c57503594","serviceDescription":"service","serviceInvariantUUID":"306ef10d-c71f-479c-a5a0-0b27e4809037","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf863f91-7562-415b-8cff-060aae2ba774","resourceInvariantUUID":"cc4923f7-a102-4480-949f-7450884f958d","resourceCustomizationUUID":"fd913f6e-e3fb-4651-a56f-1c509e5ff917","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":"MjFiNTkyOTNjZDVjNjg5ZDMxOTRiYzgyMDRlNGI1ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed878dd0-4bf7-42de-ac7e-94b43b4a8801","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":"Nzg3ZWRiYTNjMWNkOTM2ZjE3N2YwYWFmMzM2YTA2ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47bdd5bc-d168-4ceb-aafa-e16b6b5a54da","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":"02f11c14-3ce0-48b7-880c-3a38ca3fe291","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":"a87e50f3-0200-475c-bf0e-09f002be877f","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":"1f11dc8c-261f-4cb7-ba30-846efc00f72b","artifactVersion":"2","generatedFromUUID":"1825a2ec-0a1c-4ba9-b596-928da386c151"},{"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":"396d9ca2-3219-4ffd-9ab0-2885819a3038","artifactVersion":"2","generatedFromUUID":"02f11c14-3ce0-48b7-880c-3a38ca3fe291"},{"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":"1825a2ec-0a1c-4ba9-b596-928da386c151","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":"241f7ae0-eb61-459c-80a4-6c8082fccd65","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":"YjczMDJiZWUxOTA3ZmU1YmFiYmE5OWZmNmFkM2IzMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e6bd78a-14bb-465b-9dc6-7591ca2310f2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWM5ZTgwYTkzZTQzYmE4MWJjZDIyOTRhMjQ4YzcyODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"693729a6-fa4a-4fb6-8497-c964490a8dfe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T05:35:32.907Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:32.908Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:32.914Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:32.915Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.929Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:32.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T05:35:32.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:32.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:35:32.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:32.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:35:33.014Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:33.015Z||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-17T05:35:33.016Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:33.056Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:33.061Z||pool-100-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:33.915Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:33.917Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:33.919Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:33.919Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:35:34.019Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:35:34.020Z||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-17T05:35:34.020Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:34.032Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:34.032Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:34.920Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:34.921Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:34.924Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:34.924Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T05:35:35.024Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:35.025Z||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-17T05:35:35.026Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:35.046Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:35.047Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:35.926Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:35.929Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:35.932Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:35.933Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:36.032Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:36.034Z||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-17T05:35:36.034Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:36.048Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:36.049Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:36.933Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:36.936Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:36.944Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:36.945Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-17T05:35:37.044Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T05:35:37.045Z||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-17T05:35:37.045Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:37.064Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:37.065Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:37.946Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:37.947Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:37.951Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:37.951Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-17T05:35:38.071Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms 2023-01-17T05:35:38.073Z||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-17T05:35:38.073Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:38.085Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:38.086Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:38.952Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:38.953Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:38.956Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:38.956Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-17T05:35:39.057Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T05:35:39.058Z||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-17T05:35:39.058Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:39.070Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:39.070Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:39.956Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:39.957Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:39.960Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:39.960Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:40.061Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T05:35:40.062Z||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-17T05:35:40.062Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:40.074Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:40.074Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:40.961Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:40.963Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:40.966Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:40.967Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:35:41.067Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:41.068Z||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-17T05:35:41.068Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:41.079Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:41.080Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:41.968Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:35:41.968Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:41.973Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:41.974Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:35:42.072Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-17T05:35:42.073Z||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-17T05:35:42.073Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:42.085Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:42.085Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:42.975Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "933e6723-3ca1-4ede-ae12-ff8c57503594", "serviceDescription": "service", "serviceInvariantUUID": "306ef10d-c71f-479c-a5a0-0b27e4809037", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "fd913f6e-e3fb-4651-a56f-1c509e5ff917", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf863f91-7562-415b-8cff-060aae2ba774", "resourceInvariantUUID": "cc4923f7-a102-4480-949f-7450884f958d", "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": "Nzg3ZWRiYTNjMWNkOTM2ZjE3N2YwYWFmMzM2YTA2ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47bdd5bc-d168-4ceb-aafa-e16b6b5a54da", "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": "02f11c14-3ce0-48b7-880c-3a38ca3fe291", "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": "396d9ca2-3219-4ffd-9ab0-2885819a3038", "generatedFromUUID": "02f11c14-3ce0-48b7-880c-3a38ca3fe291" }, "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": "1f11dc8c-261f-4cb7-ba30-846efc00f72b", "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": "396d9ca2-3219-4ffd-9ab0-2885819a3038", "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": "1825a2ec-0a1c-4ba9-b596-928da386c151", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZWM5ZTgwYTkzZTQzYmE4MWJjZDIyOTRhMjQ4YzcyODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "693729a6-fa4a-4fb6-8497-c964490a8dfe" } ], "workloadContext": "Production" } 2023-01-17T05:35:42.976Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T05:35:42.976Z|e4859472-7c7f-4546-b405-9efec8037563|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 933e6723-3ca1-4ede-ae12-ff8c57503594 ASDC 2023-01-17T05:35:42.979Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a9ab2667-7972-4195-a189-0444971918fa ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:933e6723-3ca1-4ede-ae12-ff8c57503594 ServiceInvariantUUID:306ef10d-c71f-479c-a5a0-0b27e4809037 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:693729a6-fa4a-4fb6-8497-c964490a8dfe ArtifactChecksum:ZWM5ZTgwYTkzZTQzYmE4MWJjZDIyOTRhMjQ4YzcyODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:fd913f6e-e3fb-4651-a56f-1c509e5ff917 ResourceInvariantUUID:cc4923f7-a102-4480-949f-7450884f958d ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:bf863f91-7562-415b-8cff-060aae2ba774 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:47bdd5bc-d168-4ceb-aafa-e16b6b5a54da ArtifactChecksum:Nzg3ZWRiYTNjMWNkOTM2ZjE3N2YwYWFmMzM2YTA2ODE= 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:02f11c14-3ce0-48b7-880c-3a38ca3fe291 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:396d9ca2-3219-4ffd-9ab0-2885819a3038 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:1f11dc8c-261f-4cb7-ba30-846efc00f72b 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:396d9ca2-3219-4ffd-9ab0-2885819a3038 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:1825a2ec-0a1c-4ba9-b596-928da386c151 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T05:35:42.979Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 933e6723-3ca1-4ede-ae12-ff8c57503594 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-17T05:35:43.056Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:35:43.057Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:35:43.057Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:35:43.058Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 693729a6-fa4a-4fb6-8497-c964490a8dfe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:43.058Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:43.058Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:43.214Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:43.239Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 693729a6-fa4a-4fb6-8497-c964490a8dfe 162982 2023-01-17T05:35:43.240Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-17T05:35:43.240Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:43.240Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:43.240Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:43.244Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:43.244Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933743239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:43.344Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:35:43.345Z||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-17T05:35:43.345Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:43.363Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:43.364Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:44.246Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:35:44.247Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-17T05:35:44.247Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 693729a6-fa4a-4fb6-8497-c964490a8dfe, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:44.248Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-17T05:35:44.248Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:44.248Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:44.643Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12262956776665618710/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-17T05:35:47.127Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T05:35:47.128Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T05:35:47.128Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:47.129Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-17T05:35:47.130Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:47.130Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||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-17T05:35:47.130Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:47.131Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:47.132Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-17T05:35:47.133Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.134Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.135Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.137Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T05:35:47.138Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:35:47.141Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.143Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.144Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.144Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-17T05:35:47.145Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:35:47.147Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.148Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.148Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.148Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-17T05:35:47.149Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-17T05:35:47.150Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-17T05:35:47.150Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T05:35:47.150Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.151Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T05:35:47.151Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.151Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.151Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:47.152Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.152Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.152Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:47.153Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.153Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.153Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:47.156Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.156Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:47.157Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:47.157Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.165Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-17T05:35:47.167Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-17T05:35:47.168Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=38a46ed2-0fac-4692-82ca-750bed0c5fb9 2023-01-17T05:35:47.169Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.169Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.169Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.169Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.170Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.170Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.170Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:47.171Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:47.171Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:933e6723-3ca1-4ede-ae12-ff8c57503594 Model Version:NULL Model InvariantUuid:306ef10d-c71f-479c-a5a0-0b27e4809037 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3d8a8cf0-116f-409e-9ffe-139061a23b81 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cc4923f7-a102-4480-949f-7450884f958d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fd913f6e-e3fb-4651-a56f-1c509e5ff917 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:816b02b2-dada-44bd-a02d-d6960dee41d6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:7c9df16c-515e-4f71-8e2e-375ed8438b52 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:3de996f9-a6aa-4d90-b946-6af775fc900f ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:19763ac4-8b09-47c6-9daf-7a9f0cc110ef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:38a46ed2-0fac-4692-82ca-750bed0c5fb9 ModelInvariantUuid:de89937c-1ee9-49eb-88b2-aa7baa9113cd ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:4f900ac7-a680-4f16-94d8-9063de039853 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:eb8d0331-81ac-41fa-aac3-de78252f39f6 ModelInvariantUuid:753c5994-16a6-4880-96b6-4db8396911a2 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:800fb69f-e5bf-4e1b-b021-0750d1fab2ed 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-17T05:35:47.186Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bf863f91-7562-415b-8cff-060aae2ba774 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-17T05:35:47.193Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2023-01-17T05:35:47.193Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf863f91-7562-415b-8cff-060aae2ba774 2023-01-17T05:35:47.194Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47bdd5bc-d168-4ceb-aafa-e16b6b5a54da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-17T05:35:47.194Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:47.194Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-17T05:35:47.241Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:47.242Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 47bdd5bc-d168-4ceb-aafa-e16b6b5a54da 1565 2023-01-17T05:35:47.242Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-17T05:35:47.242Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-17T05:35:47.243Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:47.243Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:47.252Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:47.252Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933747242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:47.363Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2023-01-17T05:35:47.365Z||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-17T05:35:47.365Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:47.392Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:47.393Z||pool-111-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:48.254Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3de996f9-a6aa-4d90-b946-6af775fc900f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19763ac4-8b09-47c6-9daf-7a9f0cc110ef", "vfModuleModelCustomizationUUID": "b66994b7-595c-4872-ade6-ccb29e16442f", "isBase": true, "artifacts": [ "02f11c14-3ce0-48b7-880c-3a38ca3fe291", "396d9ca2-3219-4ffd-9ab0-2885819a3038" ], "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": "816b02b2-dada-44bd-a02d-d6960dee41d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c9df16c-515e-4f71-8e2e-375ed8438b52", "vfModuleModelCustomizationUUID": "23c1648d-aed0-43b9-8de9-d053b3ddaa31", "isBase": false, "artifacts": [ "1825a2ec-0a1c-4ba9-b596-928da386c151" ], "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-17T05:35:48.261Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19763ac4-8b09-47c6-9daf-7a9f0cc110ef VfModuleModelInvariantUUID:3de996f9-a6aa-4d90-b946-6af775fc900f VfModuleModelDescription:NULL Artifacts UUID List:{ 02f11c14-3ce0-48b7-880c-3a38ca3fe291 , 396d9ca2-3219-4ffd-9ab0-2885819a3038 } 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:7c9df16c-515e-4f71-8e2e-375ed8438b52 VfModuleModelInvariantUUID:816b02b2-dada-44bd-a02d-d6960dee41d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 1825a2ec-0a1c-4ba9-b596-928da386c151 } 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-17T05:35:48.277Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "3de996f9-a6aa-4d90-b946-6af775fc900f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19763ac4-8b09-47c6-9daf-7a9f0cc110ef", "vfModuleModelCustomizationUUID": "b66994b7-595c-4872-ade6-ccb29e16442f", "isBase": true, "artifacts": [ "02f11c14-3ce0-48b7-880c-3a38ca3fe291", "396d9ca2-3219-4ffd-9ab0-2885819a3038" ], "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": "816b02b2-dada-44bd-a02d-d6960dee41d6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c9df16c-515e-4f71-8e2e-375ed8438b52", "vfModuleModelCustomizationUUID": "23c1648d-aed0-43b9-8de9-d053b3ddaa31", "isBase": false, "artifacts": [ "1825a2ec-0a1c-4ba9-b596-928da386c151" ], "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-17T05:35:48.277Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19763ac4-8b09-47c6-9daf-7a9f0cc110ef VfModuleModelInvariantUUID:3de996f9-a6aa-4d90-b946-6af775fc900f VfModuleModelDescription:NULL Artifacts UUID List:{ 02f11c14-3ce0-48b7-880c-3a38ca3fe291 , 396d9ca2-3219-4ffd-9ab0-2885819a3038 } 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:7c9df16c-515e-4f71-8e2e-375ed8438b52 VfModuleModelInvariantUUID:816b02b2-dada-44bd-a02d-d6960dee41d6 VfModuleModelDescription:NULL Artifacts UUID List:{ 1825a2ec-0a1c-4ba9-b596-928da386c151 } 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-17T05:35:48.277Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02f11c14-3ce0-48b7-880c-3a38ca3fe291 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-17T05:35:48.277Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:48.277Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-17T05:35:48.325Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:48.325Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 02f11c14-3ce0-48b7-880c-3a38ca3fe291 914 2023-01-17T05:35:48.326Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-17T05:35:48.326Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-17T05:35:48.327Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:48.327Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:48.330Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:48.330Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933748326, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:48.432Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-17T05:35:48.433Z||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-17T05:35:48.433Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:48.461Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:48.462Z||pool-112-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:49.330Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f11dc8c-261f-4cb7-ba30-846efc00f72b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-17T05:35:49.331Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:49.331Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-17T05:35:49.380Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:49.381Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1f11dc8c-261f-4cb7-ba30-846efc00f72b 12 2023-01-17T05:35:49.381Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-17T05:35:49.382Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-17T05:35:49.387Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:49.388Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:49.391Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:49.391Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933749381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:49.491Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:35:49.492Z||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-17T05:35:49.492Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:49.506Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:49.507Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:50.392Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 396d9ca2-3219-4ffd-9ab0-2885819a3038 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-17T05:35:50.393Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:50.393Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-17T05:35:50.446Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:50.447Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 396d9ca2-3219-4ffd-9ab0-2885819a3038 96 2023-01-17T05:35:50.448Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-17T05:35:50.448Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-17T05:35:50.448Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:50.448Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:50.451Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:50.451Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933750448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:50.552Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:35:50.553Z||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-17T05:35:50.553Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:50.568Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:50.569Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:51.453Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1825a2ec-0a1c-4ba9-b596-928da386c151 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-17T05:35:51.453Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-17T05:35:51.454Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-17T05:35:51.503Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-17T05:35:51.504Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1825a2ec-0a1c-4ba9-b596-928da386c151 20206 2023-01-17T05:35:51.504Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-17T05:35:51.505Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-17T05:35:51.505Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:35:51.507Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:51.509Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:51.509Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933751504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T05:35:51.610Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:51.611Z||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-17T05:35:51.612Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:51.624Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:51.624Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:52.514Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 933e6723-3ca1-4ede-ae12-ff8c57503594 2023-01-17T05:35:52.516Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bf863f91-7562-415b-8cff-060aae2ba774 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-17T05:35:52.527Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@118e0f4d, org.onap.sdc.toscaparser.api.parameters.Input@ffe32e, org.onap.sdc.toscaparser.api.parameters.Input@5d063ba0, org.onap.sdc.toscaparser.api.parameters.Input@bfd9d50, org.onap.sdc.toscaparser.api.parameters.Input@6a681f05] 2023-01-17T05:35:52.529Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.529Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.530Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-17T05:35:52.530Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fd913f6e-e3fb-4651-a56f-1c509e5ff917 2023-01-17T05:35:52.530Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd913f6e-e3fb-4651-a56f-1c509e5ff917 matches Tosca VF Customization UUID: fd913f6e-e3fb-4651-a56f-1c509e5ff917 2023-01-17T05:35:52.530Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fd913f6e-e3fb-4651-a56f-1c509e5ff917 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-17T05:35:52.534Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.534Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.535Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fd913f6e-e3fb-4651-a56f-1c509e5ff917: {\"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-17T05:35:52.535Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e3680a5 2023-01-17T05:35:52.536Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.536Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T05:35:52.536Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23c1648d-aed0-43b9-8de9-d053b3ddaa31 2023-01-17T05:35:52.537Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23c1648d-aed0-43b9-8de9-d053b3ddaa31 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-17T05:35:52.541Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.541Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:52.541Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:52.542Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.542Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:52.543Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:35:52.543Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.544Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-17T05:35:52.544Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fd913f6e-e3fb-4651-a56f-1c509e5ff917 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-17T05:35:52.547Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.547Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.548Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 933e6723-3ca1-4ede-ae12-ff8c57503594: basic_cnf_macro 2023-01-17T05:35:52.548Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.548Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.548Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.548Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.549Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.549Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.549Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.549Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.550Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:35:52.550Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:35:52.550Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T05:35:52.610Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bf863f91-7562-415b-8cff-060aae2ba774 2 ASDC deployResourceStructure 2023-01-17T05:35:52.610Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-17T05:35:52.611Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-17T05:35:52.611Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:35:52.612Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:52.615Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:52.615Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933752610, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:35:52.722Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-01-17T05:35:52.723Z||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-17T05:35:52.723Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:52.746Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:52.753Z||pool-116-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:53.616Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-17T05:35:53.617Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-17T05:35:53.617Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:35:53.618Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:53.620Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:53.620Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933753616, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:35:53.720Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:35:53.721Z||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-17T05:35:53.722Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:53.735Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:53.738Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:54.621Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-17T05:35:54.621Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-17T05:35:54.622Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T05:35:54.622Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:54.625Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:54.625Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933754621, "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-17T05:35:54.730Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-17T05:35:54.731Z||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-17T05:35:54.731Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:54.754Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:54.754Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:55.627Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-17T05:35:55.628Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-17T05:35:55.628Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:35:55.628Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:55.632Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:55.632Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933755627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-17T05:35:55.730Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T05:35:55.731Z||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-17T05:35:55.732Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:55.746Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:55.746Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:56.634Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-17T05:35:56.634Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-17T05:35:56.635Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-17T05:35:56.635Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:56.637Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:56.637Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933756634, "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-17T05:35:56.739Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T05:35:56.740Z||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-17T05:35:56.740Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:56.756Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:56.757Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:35:57.638Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-17T05:35:57.644Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-17T05:35:57.644Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:35:57.645Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:35:57.653Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:35:57.654Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933757638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:35:57.753Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:35:57.754Z||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-17T05:35:57.755Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:35:57.777Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:35:57.777Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:35:58.657Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:35:58.681Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:35:58.684Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:35:58.685Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:35:58.685Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:36:28.685Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:36:28.697Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:36:28.700Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:36:28.700Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:36:28.700Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:36:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:36:32.280Z||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-17T05:36:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:36:32.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:36:32.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:36:32.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:36:32.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:36:58.701Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:36:58.712Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:36:58.714Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:36:58.714Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:36:58.714Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:37:28.715Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:37:28.730Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:37:28.738Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:37:28.738Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-17T05:37:28.738Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-17T05:37:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:37:32.280Z||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-17T05:37:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:37:32.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:37:32.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:37:32.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-17T05:37:32.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-17T05:37:32.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-17T05:37:32.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-17T05:37:32.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-17T05:37:32.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "ves-openapi-manager", "timestamp": 1673933725655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933727277, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933728341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933740549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933739919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933741020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933732254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933742099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933743239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "cds", "timestamp": 1673933743659, "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=? 2023-01-17T05:37:32.422Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9ab2667-7972-4195-a189-0444971918fa 2023-01-17T05:37:32.422Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9ab2667-7972-4195-a189-0444971918fa 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-17T05:37:32.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933743213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933744296, "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-17T05:37:32.444Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9ab2667-7972-4195-a189-0444971918fa 2023-01-17T05:37:32.445Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9ab2667-7972-4195-a189-0444971918fa 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-17T05:37:32.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "multicloud-k8s-id", "timestamp": 1673933745304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933747242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.469Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933748326, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933748165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933749485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933749381, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:37:32.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933750448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933750621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T05:37:32.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933751504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933744661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933751624, "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-17T05:37:32.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9ab2667-7972-4195-a189-0444971918fa 2023-01-17T05:37:32.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9ab2667-7972-4195-a189-0444971918fa 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-17T05:37:32.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933752610, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933753416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T05:37:32.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933753616, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "ves-openapi-manager", "timestamp": 1673933745655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "cds", "timestamp": 1673933754918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-17T05:37:32.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7189bf32-91bc-40c1-988a-d9499ddeaca0 2023-01-17T05:37:32.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7189bf32-91bc-40c1-988a-d9499ddeaca0 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-17T05:37:32.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933754621, "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-17T05:37:32.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933755627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933748341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933756634, "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-17T05:37:32.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933757062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933757638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933758127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933759065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933759183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "aai-ml", "timestamp": 1673933760075, "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-17T05:37:32.571Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9ab2667-7972-4195-a189-0444971918fa 2023-01-17T05:37:32.571Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9ab2667-7972-4195-a189-0444971918fa 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-17T05:37:32.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933737365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933760214, "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-17T05:37:32.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7189bf32-91bc-40c1-988a-d9499ddeaca0 2023-01-17T05:37:32.590Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7189bf32-91bc-40c1-988a-d9499ddeaca0 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-17T05:37:32.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933760710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "multicloud-k8s-id", "timestamp": 1673933761227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933763006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933764010, "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-17T05:37:32.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7189bf32-91bc-40c1-988a-d9499ddeaca0 2023-01-17T05:37:32.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7189bf32-91bc-40c1-988a-d9499ddeaca0 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-17T05:37:32.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933738692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933769175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933757277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-17T05:37:32.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933774003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933765655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "cds", "timestamp": 1673933775719, "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-17T05:37:32.702Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 2023-01-17T05:37:32.702Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 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-17T05:37:32.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933775452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933767365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933776483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "multicloud-k8s-id", "timestamp": 1673933768341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933777076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.736Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "ves-openapi-manager", "timestamp": 1673933777493, "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-17T05:37:32.750Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 2023-01-17T05:37:32.751Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 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-17T05:37:32.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933778152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "aai-ml", "timestamp": 1673933779157, "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-17T05:37:32.773Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7189bf32-91bc-40c1-988a-d9499ddeaca0 2023-01-17T05:37:32.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7189bf32-91bc-40c1-988a-d9499ddeaca0 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-17T05:37:32.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933778928, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673933779932, "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-17T05:37:32.796Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 2023-01-17T05:37:32.796Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 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-17T05:37:32.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933780161, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:37:32.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:37:32.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:37:32.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933789902, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:37:32.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:37:58.741Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:37:58.786Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9ab2667-7972-4195-a189-0444971918fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:37:58.792Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:37:58.793Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T05:37:58.794Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T05:37:58.795Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T05:37:58.795Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:37:58.796Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:37:58.797Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:37:58.798Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:37:58.798Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:37:58.799Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-17T05:37:58.812Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T05:38:28.813Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9ab2667-7972-4195-a189-0444971918fa 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-17T05:38:28.827Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9ab2667-7972-4195-a189-0444971918fa and serviceModelVersionId: 933e6723-3ca1-4ede-ae12-ff8c57503594 2023-01-17T05:38:28.827Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 306ef10d-c71f-479c-a5a0-0b27e4809037 2023-01-17T05:38:28.829Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?depth=0 2023-01-17T05:38:28.837Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T05:38:28.908Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?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-17T05:38:28.910Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?depth=0|INFO|500||Invoke 2023-01-17T05:38:28.938Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T05:38:29.028Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?depth=0|INFO|500||InvokeReturn 2023-01-17T05:38:29.028Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/306ef10d-c71f-479c-a5a0-0b27e4809037/model-vers/model-ver/933e6723-3ca1-4ede-ae12-ff8c57503594?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 05:38:29 GMT], content-length=[0], vertex-id=[536776], x-aai-txid=[1-aai-resources-230117-05:38:29:596-61515], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T05:38:29.029Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-17T05:38:29.029Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T05:38:29.029Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-17T05:38:29.039Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-17T05:38:29.039Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9ab2667-7972-4195-a189-0444971918fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T05:38:29.040Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T05:38:29.040Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:29.044Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:29.045Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933909039, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:38:29.145Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:29.146Z||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-17T05:38:29.146Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:29.173Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:29.173Z||pool-122-thread-1|||||INFO|500||cambria reply ok (28 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-17T05:38:30.066Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:38:30.067Z||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-17T05:38:30.067Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:38:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:38:32.280Z||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-17T05:38:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:38:32.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:32.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:38:32.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933796216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:38:32.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:38:32.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:38:32.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "aai-ml", "timestamp": 1673933797221, "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-17T05:38:32.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 2023-01-17T05:38:32.327Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 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-17T05:38:34.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:34.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T05:38:34.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7189bf32-91bc-40c1-988a-d9499ddeaca0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b100286d-4207-4974-98b7-c89f23a26fcb","serviceDescription":"service","serviceInvariantUUID":"d189d30b-b0af-407d-8e70-8940309c9f77","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac","resourceInvariantUUID":"cac890d3-a528-4b12-9f2b-19074fa31e7c","resourceCustomizationUUID":"4d65d00c-a6a4-4ab0-884f-644bb326bee1","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":"ODE4OTVhZjdkM2FlNDYzOGJjOTkyZDU4ZGQ2ODY2YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41c97ffd-7df4-4813-9b3b-df7128475016","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":"NWM4OTA3MWZkYWZmNGVhN2NhYTAyNTQzYmI0Yzg4ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ffd9f2b-4792-4357-b563-4d36d262fa74","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":"c7ae075d-d4d1-4240-b2ba-f640b2afa2cc","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":"42d7d6e7-331c-44de-b5c8-e567c6f2911a","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":"aaafc363-828a-4803-a398-7ccd51cb1f15","artifactVersion":"2","generatedFromUUID":"c7ae075d-d4d1-4240-b2ba-f640b2afa2cc"},{"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":"ZjkyMjFjNTQ2ZjMwYzA4OTg1MGYzMzBkN2YzMTVmNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"31e1fa86-5b1e-47f6-a991-c7fa34cd1b20","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":"OGIzNWViNjRmYzQzNDExMDI2MTEyYjZkYmQwNGQ3MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d7649e9-9d0c-4491-9b7b-446d95afa7d5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTRhYTFmNzlhMmViZDlmYjA4ODIzOGJkNmRkYjRjMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"437ba689-5ad8-41b0-ad78-768f2c3f1e68","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T05:38:34.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:34.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:34.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:34.518Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:38:34.618Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:38:34.619Z||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-17T05:38:34.619Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:34.631Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:34.632Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:35.519Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:35.520Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:35.523Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:35.523Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:38:35.624Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:35.625Z||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-17T05:38:35.626Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:35.645Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:35.646Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:36.525Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:36.525Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:36.529Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:36.530Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T05:38:36.630Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:36.631Z||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-17T05:38:36.631Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:36.643Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:36.644Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:37.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:37.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:37.536Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:37.536Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:38:37.636Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:37.637Z||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-17T05:38:37.637Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:37.656Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:37.656Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:38:38.537Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:38.539Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:38.543Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:38.543Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T05:38:38.642Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:38:38.643Z||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-17T05:38:38.643Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:38.657Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:38.658Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:39.544Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:39.545Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:39.548Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:39.548Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:38:39.649Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:38:39.650Z||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-17T05:38:39.650Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:39.663Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:39.664Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:38:40.558Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:40.559Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:40.561Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:40.561Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:38:40.661Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:38:40.662Z||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-17T05:38:40.663Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:40.674Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:40.675Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:41.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:38:41.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:41.566Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:41.567Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:38:41.667Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:41.672Z||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-17T05:38:41.673Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:41.694Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:41.694Z||pool-130-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:42.568Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "b100286d-4207-4974-98b7-c89f23a26fcb", "serviceDescription": "service", "serviceInvariantUUID": "d189d30b-b0af-407d-8e70-8940309c9f77", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4d65d00c-a6a4-4ab0-884f-644bb326bee1", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac", "resourceInvariantUUID": "cac890d3-a528-4b12-9f2b-19074fa31e7c", "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": "NWM4OTA3MWZkYWZmNGVhN2NhYTAyNTQzYmI0Yzg4ZmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ffd9f2b-4792-4357-b563-4d36d262fa74", "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": "c7ae075d-d4d1-4240-b2ba-f640b2afa2cc", "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": "aaafc363-828a-4803-a398-7ccd51cb1f15", "generatedFromUUID": "c7ae075d-d4d1-4240-b2ba-f640b2afa2cc" }, "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": "aaafc363-828a-4803-a398-7ccd51cb1f15", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTRhYTFmNzlhMmViZDlmYjA4ODIzOGJkNmRkYjRjMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "437ba689-5ad8-41b0-ad78-768f2c3f1e68" } ], "workloadContext": "Production" } 2023-01-17T05:38:42.570Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T05:38:42.570Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b100286d-4207-4974-98b7-c89f23a26fcb ASDC 2023-01-17T05:38:42.571Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7189bf32-91bc-40c1-988a-d9499ddeaca0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:b100286d-4207-4974-98b7-c89f23a26fcb ServiceInvariantUUID:d189d30b-b0af-407d-8e70-8940309c9f77 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:437ba689-5ad8-41b0-ad78-768f2c3f1e68 ArtifactChecksum:YTRhYTFmNzlhMmViZDlmYjA4ODIzOGJkNmRkYjRjMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4d65d00c-a6a4-4ab0-884f-644bb326bee1 ResourceInvariantUUID:cac890d3-a528-4b12-9f2b-19074fa31e7c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac 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:0ffd9f2b-4792-4357-b563-4d36d262fa74 ArtifactChecksum:NWM4OTA3MWZkYWZmNGVhN2NhYTAyNTQzYmI0Yzg4ZmM= 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:c7ae075d-d4d1-4240-b2ba-f640b2afa2cc 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:aaafc363-828a-4803-a398-7ccd51cb1f15 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:aaafc363-828a-4803-a398-7ccd51cb1f15 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-17T05:38:42.571Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b100286d-4207-4974-98b7-c89f23a26fcb 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-17T05:38:42.611Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:38:42.612Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:38:42.612Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:38:42.612Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 437ba689-5ad8-41b0-ad78-768f2c3f1e68 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-17T05:38:42.612Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-17T05:38:42.613Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-17T05:38:42.765Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-17T05:38:42.778Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 437ba689-5ad8-41b0-ad78-768f2c3f1e68 82631 2023-01-17T05:38:42.779Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:42.779Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:42.779Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:38:42.780Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:42.783Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:42.783Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933922779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:38:42.883Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:42.884Z||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-17T05:38:42.884Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:42.895Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:42.895Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:43.784Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:38:43.786Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:38:43.786Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 437ba689-5ad8-41b0-ad78-768f2c3f1e68, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T05:38:43.787Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-17T05:38:43.788Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T05:38:43.788Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T05:38:44.063Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6441890149864214727/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-17T05:38:46.499Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T05:38:46.500Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-17T05:38:46.500Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-17T05:38:46.501Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T05:38:46.501Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.502Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-BasicVmMacro-csar.csar 2023-01-17T05:38:46.502Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.502Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-BasicVmMacro-csar.csar 2023-01-17T05:38:46.502Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-BasicVmMacro-csar.csar 2023-01-17T05:38:46.503Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-BasicVmMacro-csar.csar 2023-01-17T05:38:46.503Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.503Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-17T05:38:46.503Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.503Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.504Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:46.504Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-17T05:38:46.504Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:38:46.504Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.504Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.505Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:46.505Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-17T05:38:46.506Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:38:46.506Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.506Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.506Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.507Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T05:38:46.507Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-17T05:38:46.507Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-17T05:38:46.507Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-17T05:38:46.507Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T05:38:46.508Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-17T05:38:46.508Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.508Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T05:38:46.508Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.508Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:46.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:46.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:46.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:46.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:46.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:46.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565366f5-df7b-4647-9006-d98951b301bd 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.511Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:46.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:46.513Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:b100286d-4207-4974-98b7-c89f23a26fcb Model Version:NULL Model InvariantUuid:d189d30b-b0af-407d-8e70-8940309c9f77 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5823fa9b-b44a-449a-8d10-98fd2cabf752 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cac890d3-a528-4b12-9f2b-19074fa31e7c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d65d00c-a6a4-4ab0-884f-644bb326bee1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4f5d3122-00f3-4d30-bcd4-1d5a715a2fa2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:fed6c6fc-716a-4470-875f-c48a30f7fde5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:565366f5-df7b-4647-9006-d98951b301bd ModelInvariantUuid:338cf2bc-bf5c-4f88-86f0-1a329be0fa7f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0b14a17a-b329-4b48-b4f3-227ebf80295f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a9899be9-1d37-41ea-9328-0e21998af04e ModelInvariantUuid:a37e9232-cac4-4566-9e04-778fcd6c3af9 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:3bbde610-140d-48cc-a3a6-8973a9367148 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-17T05:38:46.535Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac 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-17T05:38:46.539Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2023-01-17T05:38:46.539Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac 2023-01-17T05:38:46.540Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0ffd9f2b-4792-4357-b563-4d36d262fa74 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-17T05:38:46.540Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-17T05:38:46.540Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.647Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-17T05:38:46.648Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0ffd9f2b-4792-4357-b563-4d36d262fa74 792 2023-01-17T05:38:46.648Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.648Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:46.648Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:38:46.649Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:46.653Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:46.654Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933926648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:38:46.758Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-17T05:38:46.760Z||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-17T05:38:46.760Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:46.775Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:46.775Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:47.664Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4f5d3122-00f3-4d30-bcd4-1d5a715a2fa2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fed6c6fc-716a-4470-875f-c48a30f7fde5", "vfModuleModelCustomizationUUID": "e4c4857d-a4ad-484c-b1b4-0cf9b9dc9361", "isBase": true, "artifacts": [ "c7ae075d-d4d1-4240-b2ba-f640b2afa2cc", "aaafc363-828a-4803-a398-7ccd51cb1f15" ], "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-17T05:38:47.668Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fed6c6fc-716a-4470-875f-c48a30f7fde5 VfModuleModelInvariantUUID:4f5d3122-00f3-4d30-bcd4-1d5a715a2fa2 VfModuleModelDescription:NULL Artifacts UUID List:{ c7ae075d-d4d1-4240-b2ba-f640b2afa2cc , aaafc363-828a-4803-a398-7ccd51cb1f15 } 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-17T05:38:47.672Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4f5d3122-00f3-4d30-bcd4-1d5a715a2fa2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fed6c6fc-716a-4470-875f-c48a30f7fde5", "vfModuleModelCustomizationUUID": "e4c4857d-a4ad-484c-b1b4-0cf9b9dc9361", "isBase": true, "artifacts": [ "c7ae075d-d4d1-4240-b2ba-f640b2afa2cc", "aaafc363-828a-4803-a398-7ccd51cb1f15" ], "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-17T05:38:47.672Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fed6c6fc-716a-4470-875f-c48a30f7fde5 VfModuleModelInvariantUUID:4f5d3122-00f3-4d30-bcd4-1d5a715a2fa2 VfModuleModelDescription:NULL Artifacts UUID List:{ c7ae075d-d4d1-4240-b2ba-f640b2afa2cc , aaafc363-828a-4803-a398-7ccd51cb1f15 } 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-17T05:38:47.673Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c7ae075d-d4d1-4240-b2ba-f640b2afa2cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-17T05:38:47.673Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-17T05:38:47.673Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:47.731Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-17T05:38:47.731Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c7ae075d-d4d1-4240-b2ba-f640b2afa2cc 5033 2023-01-17T05:38:47.731Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:47.731Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:47.732Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:38:47.732Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:47.734Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:47.734Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933927731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:38:47.853Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms 2023-01-17T05:38:47.854Z||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-17T05:38:47.858Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:47.896Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:47.897Z||pool-133-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:48.735Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aaafc363-828a-4803-a398-7ccd51cb1f15 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-17T05:38:48.735Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-17T05:38:48.735Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:48.827Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-17T05:38:48.827Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env aaafc363-828a-4803-a398-7ccd51cb1f15 903 2023-01-17T05:38:48.828Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:48.828Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:48.828Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:38:48.828Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:48.832Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:48.832Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933928828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:38:48.932Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:48.933Z||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-17T05:38:48.933Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:48.971Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:48.972Z||pool-134-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:38:49.833Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b100286d-4207-4974-98b7-c89f23a26fcb 2023-01-17T05:38:49.834Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac 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-17T05:38:49.864Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3577a457, org.onap.sdc.toscaparser.api.parameters.Input@2a924942, org.onap.sdc.toscaparser.api.parameters.Input@2cd3c92d, org.onap.sdc.toscaparser.api.parameters.Input@2ed9faf5, org.onap.sdc.toscaparser.api.parameters.Input@2604a665] 2023-01-17T05:38:49.867Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.867Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.867Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-01-17T05:38:49.867Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4d65d00c-a6a4-4ab0-884f-644bb326bee1 2023-01-17T05:38:49.868Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d65d00c-a6a4-4ab0-884f-644bb326bee1 matches Tosca VF Customization UUID: 4d65d00c-a6a4-4ab0-884f-644bb326bee1 2023-01-17T05:38:49.868Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4d65d00c-a6a4-4ab0-884f-644bb326bee1 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-17T05:38:49.872Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.872Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.874Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4d65d00c-a6a4-4ab0-884f-644bb326bee1: {\"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-17T05:38:49.874Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4da352d0 2023-01-17T05:38:49.875Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.875Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-17T05:38:49.875Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4c4857d-a4ad-484c-b1b4-0cf9b9dc9361 2023-01-17T05:38:49.876Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4c4857d-a4ad-484c-b1b4-0cf9b9dc9361 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-17T05:38:49.894Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.896Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:49.898Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:49.899Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.899Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:49.899Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:49.900Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.900Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-17T05:38:49.900Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-17T05:38:49.900Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-17T05:38:49.901Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=565366f5-df7b-4647-9006-d98951b301bd 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-17T05:38:49.904Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.905Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:49.905Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-17T05:38:49.907Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.907Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-17T05:38:49.907Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4d65d00c-a6a4-4ab0-884f-644bb326bee1 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-17T05:38:49.913Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.914Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.914Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b100286d-4207-4974-98b7-c89f23a26fcb: basic_vm_macro 2023-01-17T05:38:49.914Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.915Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.916Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.916Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.917Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.917Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.918Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.918Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.918Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:38:49.918Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:38:49.919Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:50.118Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9d607b0c-0cf2-4dc1-ba5d-ee160dae72ac 1 ASDC deployResourceStructure 2023-01-17T05:38:50.119Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:50.119Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:50.120Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:38:50.120Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:50.139Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:50.139Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933930119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:38:50.230Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-01-17T05:38:50.231Z||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-17T05:38:50.232Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:50.247Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:50.248Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:51.142Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:51.142Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:51.143Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:38:51.143Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:51.147Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:51.147Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933931142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:38:51.247Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:51.248Z||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-17T05:38:51.248Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:51.259Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:51.260Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:52.148Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:52.149Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:52.149Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:38:52.150Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:52.152Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:52.153Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933932148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T05:38:52.253Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:52.254Z||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-17T05:38:52.254Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:52.283Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:52.284Z||pool-137-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:53.155Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:53.155Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||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-17T05:38:53.155Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:38:53.155Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:38:53.157Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:38:53.157Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933933154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:38:53.257Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:38:53.258Z||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-17T05:38:53.259Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:38:53.271Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:38:53.272Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:38:54.158Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7189bf32-91bc-40c1-988a-d9499ddeaca0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:38:54.175Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7189bf32-91bc-40c1-988a-d9499ddeaca0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:38:54.179Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:38:54.179Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:38:54.180Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-17T05:38:54.190Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T05:39:24.190Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7189bf32-91bc-40c1-988a-d9499ddeaca0 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-17T05:39:24.199Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7189bf32-91bc-40c1-988a-d9499ddeaca0 and serviceModelVersionId: b100286d-4207-4974-98b7-c89f23a26fcb 2023-01-17T05:39:24.199Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d189d30b-b0af-407d-8e70-8940309c9f77 2023-01-17T05:39:24.200Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0 2023-01-17T05:39:24.205Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T05:39:24.278Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0|INFO|500||Invoke 2023-01-17T05:39:24.279Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7189bf32-91bc-40c1-988a-d9499ddeaca0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d653d4be-33cd-4070-ae9b-452f95164565], X-ECOMP-RequestID=[7189bf32-91bc-40c1-988a-d9499ddeaca0], X-TransactionId=[], X-ONAP-RequestID=[7189bf32-91bc-40c1-988a-d9499ddeaca0], Content-Type=[application/merge-patch+json]} 2023-01-17T05:39:24.305Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T05:39:24.393Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?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/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 05:39:24 GMT], content-length=[0], vertex-id=[725024], x-aai-txid=[1-aai-resources-230117-05:39:24:959-63395], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T05:39:24.394Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T05:39:24.395Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d189d30b-b0af-407d-8e70-8940309c9f77/model-vers/model-ver/b100286d-4207-4974-98b7-c89f23a26fcb?depth=0|INFO|500||InvokeReturn 2023-01-17T05:39:24.396Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T05:39:24.396Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-17T05:39:24.405Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|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-17T05:39:24.406Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7189bf32-91bc-40c1-988a-d9499ddeaca0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T05:39:24.407Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T05:39:24.408Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:24.414Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:24.415Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933964407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:39:24.514Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-17T05:39:24.515Z||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-17T05:39:24.515Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:24.542Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:24.543Z||pool-139-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T05:39:25.451Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-17T05:39:25.452Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8beeb95-eb81-41ce-93e5-fff6d0ef39a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4a1ab3f3-cf62-4007-8543-88e9aab5df95","serviceDescription":"service","serviceInvariantUUID":"248a6034-72f4-4b2a-b11c-0c29db1de5af","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df5325e-24b6-4ec7-a78f-299a55bded97","resourceInvariantUUID":"c28d9348-25b9-407a-8595-a58b440beb5b","resourceCustomizationUUID":"ccce5d34-b212-45a0-8e43-7dcb0c93f9e9","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":"ODgzZGY5NGQ5OWM1YTJjNzYzYzJiYmQyODU2ZWJjOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a440f05-e417-4055-879f-cbf11b013dae","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":"55f9a9c3-4163-4a8e-a000-37e052c5f4ef","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":"4750eea1-7024-4ae7-a3eb-4666ab193587","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":"MTRiMTIxMjM4NzY4YTBjY2Y2NDI1N2FhNDg2ZGYxNjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b4c3412f-0876-440f-97b1-837cd1745b2d","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":"98b24c29-487e-46a5-9a16-5bd195998268","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":"569a195e-1818-41f4-ba00-f856809ab022","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":"3643ab14-0b60-48b2-91aa-1ed7fd9d4f82","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":"NmZhZGU5MWMzMThlYjA1ZjI3MjJlZDIzZGIzZmY2ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"339e897c-76fb-4938-a922-718625e50a26","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTE3NDFlZWUwYTU5NmQyNTZkZjQwMWY2ZTE1YjliZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70e6a0a9-7ef3-4856-83d1-737b2f6e3931","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-17T05:39:25.455Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:25.459Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:25.466Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:25.467Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:25.572Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-17T05:39:25.573Z||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-17T05:39:25.573Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:25.593Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:25.594Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:26.468Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:26.469Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:26.473Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:26.474Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:26.574Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:39:26.575Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:26.576Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:26.591Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:26.592Z||pool-141-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:27.475Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:27.477Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:27.479Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:27.479Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:27.579Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:39:27.581Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:27.581Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:27.594Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:27.595Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:28.480Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:28.481Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:28.484Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:28.484Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:28.585Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T05:39:28.586Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:28.586Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:28.603Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:28.604Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:29.485Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:29.485Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:29.489Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:29.489Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:29.589Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:39:29.590Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:29.590Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:29.603Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:29.604Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:30.491Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:30.492Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:30.496Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:30.496Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:30.595Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:39:30.596Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:30.596Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:30.610Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:30.610Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:31.497Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:31.498Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:31.500Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:31.500Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:31.601Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-17T05:39:31.603Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:31.603Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:31.616Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:31.617Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:39:32.280Z||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-17T05:39:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:39:32.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:32.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:39:32.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9ab2667-7972-4195-a189-0444971918fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933909039, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:39:32.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:39:32.501Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:32.502Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:32.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:32.509Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:39:32.605Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-17T05:39:32.606Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:32.606Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:32.617Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:32.618Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:33.510Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-17T05:39:33.512Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:33.515Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:33.515Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:39:33.615Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:39:33.616Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:33.616Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:33.629Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:33.630Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-17T05:39:34.516Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "4a1ab3f3-cf62-4007-8543-88e9aab5df95", "serviceDescription": "service", "serviceInvariantUUID": "248a6034-72f4-4b2a-b11c-0c29db1de5af", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ccce5d34-b212-45a0-8e43-7dcb0c93f9e9", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df5325e-24b6-4ec7-a78f-299a55bded97", "resourceInvariantUUID": "c28d9348-25b9-407a-8595-a58b440beb5b", "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": "YTE3NDFlZWUwYTU5NmQyNTZkZjQwMWY2ZTE1YjliZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70e6a0a9-7ef3-4856-83d1-737b2f6e3931" } ], "workloadContext": "Production" } 2023-01-17T05:39:34.516Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-17T05:39:34.526Z|7189bf32-91bc-40c1-988a-d9499ddeaca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a1ab3f3-cf62-4007-8543-88e9aab5df95 ASDC 2023-01-17T05:39:34.527Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:4a1ab3f3-cf62-4007-8543-88e9aab5df95 ServiceInvariantUUID:248a6034-72f4-4b2a-b11c-0c29db1de5af 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:70e6a0a9-7ef3-4856-83d1-737b2f6e3931 ArtifactChecksum:YTE3NDFlZWUwYTU5NmQyNTZkZjQwMWY2ZTE1YjliZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ccce5d34-b212-45a0-8e43-7dcb0c93f9e9 ResourceInvariantUUID:c28d9348-25b9-407a-8595-a58b440beb5b ResourceName:test-pnf ResourceType:PNF ResourceUUID:4df5325e-24b6-4ec7-a78f-299a55bded97 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-17T05:39:34.528Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a1ab3f3-cf62-4007-8543-88e9aab5df95 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-17T05:39:34.574Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:39:34.575Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:39:34.575Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:39:34.575Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 70e6a0a9-7ef3-4856-83d1-737b2f6e3931 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-17T05:39:34.575Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-01-17T05:39:34.576Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-17T05:39:34.707Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-01-17T05:39:34.716Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 70e6a0a9-7ef3-4856-83d1-737b2f6e3931 110875 2023-01-17T05:39:34.717Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:34.717Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:34.720Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-17T05:39:34.722Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:34.727Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:34.727Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933974717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:39:34.833Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-17T05:39:34.835Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:34.835Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:34.850Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:34.851Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:35.728Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-17T05:39:35.730Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-01-17T05:39:35.730Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 70e6a0a9-7ef3-4856-83d1-737b2f6e3931, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T05:39:35.730Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-17T05:39:35.731Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T05:39:35.731Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T05:39:35.921Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15500259291540213496/Definitions/service-TestPnfMacro-template.yml 2023-01-17T05:39:37.504Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-17T05:39:37.505Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-17T05:39:37.505Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-17T05:39:37.505Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-17T05:39:37.506Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.506Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.507Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.507Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.508Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-TestPnfMacro-csar.csar 2023-01-17T05:39:37.508Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-TestPnfMacro-csar.csar 2023-01-17T05:39:37.509Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-TestPnfMacro-csar.csar 2023-01-17T05:39:37.509Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-01-17T05:39:37.509Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.510Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.510Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-17T05:39:37.510Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-17T05:39:37.511Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:39:37.511Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.511Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.511Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-17T05:39:37.512Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-01-17T05:39:37.512Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-17T05:39:37.512Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.512Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.513Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.513Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.513Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.513Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.514Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.514Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.514Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.514Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.515Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:4a1ab3f3-cf62-4007-8543-88e9aab5df95 Model Version:NULL Model InvariantUuid:248a6034-72f4-4b2a-b11c-0c29db1de5af 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-17T05:39:37.526Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4df5325e-24b6-4ec7-a78f-299a55bded97 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-17T05:39:37.531Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||test-pnf 0 2023-01-17T05:39:37.531Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4df5325e-24b6-4ec7-a78f-299a55bded97 2023-01-17T05:39:37.532Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4a1ab3f3-cf62-4007-8543-88e9aab5df95 2023-01-17T05:39:37.532Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4a1ab3f3-cf62-4007-8543-88e9aab5df95 2023-01-17T05:39:37.532Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4df5325e-24b6-4ec7-a78f-299a55bded97 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-17T05:39:37.541Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41c0fffc, org.onap.sdc.toscaparser.api.parameters.Input@79732deb, org.onap.sdc.toscaparser.api.parameters.Input@71fc37, org.onap.sdc.toscaparser.api.parameters.Input@649fc3c1, org.onap.sdc.toscaparser.api.parameters.Input@2266efb1] 2023-01-17T05:39:37.541Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.542Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.542Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4a1ab3f3-cf62-4007-8543-88e9aab5df95: test-pnf 2023-01-17T05:39:37.542Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4df5325e-24b6-4ec7-a78f-299a55bded97 2023-01-17T05:39:37.543Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-17T05:39:37.543Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-17T05:39:37.543Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||Resource customization UUID: ccce5d34-b212-45a0-8e43-7dcb0c93f9e9 is the same as notified resource customizationUUID: ccce5d34-b212-45a0-8e43-7dcb0c93f9e9 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-17T05:39:37.611Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4df5325e-24b6-4ec7-a78f-299a55bded97 0 ASDC deployResourceStructure 2023-01-17T05:39:37.612Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.613Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||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-17T05:39:37.613Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-17T05:39:37.613Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:39:37.616Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:39:37.616Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933977612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:39:37.717Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-17T05:39:37.718Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:39:37.718Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:39:37.742Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:39:37.743Z||pool-150-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-17T05:39:38.617Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-17T05:39:38.949Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-17T05:39:38.953Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-17T05:39:38.953Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-17T05:39:38.953Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-17T05:39:38.953Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-17T05:39:38.954Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:39:38.954Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:39:38.954Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:39:38.954Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:39:38.954Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-17T05:39:38.955Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:39:38.961Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-17T05:40:08.962Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 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-17T05:40:08.970Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 and serviceModelVersionId: 4a1ab3f3-cf62-4007-8543-88e9aab5df95 2023-01-17T05:40:08.971Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 248a6034-72f4-4b2a-b11c-0c29db1de5af 2023-01-17T05:40:08.972Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0 2023-01-17T05:40:08.978Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-01-17T05:40:09.039Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0|INFO|500||Invoke 2023-01-17T05:40:09.040Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8beeb95-eb81-41ce-93e5-fff6d0ef39a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0f6a432-bd6d-4516-9ee5-6bd883dcf076], X-ECOMP-RequestID=[e8beeb95-eb81-41ce-93e5-fff6d0ef39a1], X-TransactionId=[], X-ONAP-RequestID=[e8beeb95-eb81-41ce-93e5-fff6d0ef39a1], Content-Type=[application/merge-patch+json]} 2023-01-17T05:40:09.073Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-17T05:40:09.174Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?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/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 05:40:09 GMT], content-length=[0], vertex-id=[253960], x-aai-txid=[1-aai-resources-230117-05:40:09:729-30257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-17T05:40:09.175Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-17T05:40:09.176Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/248a6034-72f4-4b2a-b11c-0c29db1de5af/model-vers/model-ver/4a1ab3f3-cf62-4007-8543-88e9aab5df95?depth=0|INFO|500||InvokeReturn 2023-01-17T05:40:09.176Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-17T05:40:09.177Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:09.186Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:09.187Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8beeb95-eb81-41ce-93e5-fff6d0ef39a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-17T05:40:09.187Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-17T05:40:09.187Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-01-17T05:40:09.190Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-17T05:40:09.190Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673934009187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:40:09.290Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-17T05:40:09.291Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-17T05:40:09.291Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ... 2023-01-17T05:40:09.313Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:40:09.314Z||pool-151-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-17T05:40:10.208Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:40:10.209Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:10.209Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:40:19.763Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:40:19.776Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:40:19.776Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:19.777Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:40:29.363Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:40:29.364Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:40:29.364Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:29.364Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:40:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:40:32.280Z||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-17T05:40:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:40:32.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:40:32.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-17T05:40:32.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-17T05:40:32.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-17T05:40:32.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:40:32.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933922779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:40:32.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933926648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-17T05:40:32.329Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933927731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-17T05:40:32.330Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933928828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-17T05:40:32.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933930119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-17T05:40:32.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933931142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-17T05:40:32.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933932148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-17T05:40:32.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933933154, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:40:32.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7189bf32-91bc-40c1-988a-d9499ddeaca0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933964407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:32.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-17T05:40:32.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-17T05:40:32.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-17T05:40:38.906Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:40:38.906Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:40:38.907Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:40:38.907Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:40:48.475Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:41:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:41:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:41:32.258Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:41:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:41:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:41:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:41:32.301Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:41:32.301Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T05:41:32.302Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-17T05:41:32.302Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-17T05:41:41.808Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:42:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:42:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:42:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:42:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:42:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:42:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:42:32.804Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:42:32.808Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T05:42:32.810Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933910066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-17T05:42:32.812Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-17T05:42:32.814Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T05:42:32.815Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933974717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-17T05:42:32.815Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:42:32.815Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T05:42:32.815Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673933977612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-17T05:42:32.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:42:32.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-17T05:42:32.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8beeb95-eb81-41ce-93e5-fff6d0ef39a1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673934009187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-17T05:42:32.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-17T05:42:41.813Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:43:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:43:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:43:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:43:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:43:32.286Z||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-17T05:43:32.286Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:43:41.825Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:43:41.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:44:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:44:32.261Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:44:32.261Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:44:32.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:44:32.281Z||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-17T05:44:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:44:41.862Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:44:41.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:45:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:45:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:45:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:45:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:45:32.280Z||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-17T05:45:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:45:41.818Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:45:41.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:46:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:46:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:46:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:46:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:46:32.280Z||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-17T05:46:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:46:41.820Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:46:41.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:47:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:47:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:47:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:47:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:47:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:47:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:47:41.813Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:47:41.832Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:48:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:48:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:48:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:48:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:48:32.280Z||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-17T05:48:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:48:41.820Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:48:41.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:49:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:49:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:49:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:49:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:49:32.279Z||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-17T05:49:32.279Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:49:41.812Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:49:41.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:50:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:50:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:50:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:50:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:50:32.279Z||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-17T05:50:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:50:41.819Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:50:41.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:51:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:51:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:51:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:51:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:51:32.280Z||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-17T05:51:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:51:41.812Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:51:41.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:52:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:52:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:52:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:52:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:52:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:52:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:52:41.810Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:52:41.855Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:53:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:53:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:53:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:53:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:53:32.280Z||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-17T05:53:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:53:41.815Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:53:41.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:54:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:54:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:54:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:54:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:54:32.280Z||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-17T05:54:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:54:41.827Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:54:41.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:55:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:55:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:55:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:55:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:55:32.280Z||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-17T05:55:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:55:41.834Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:55:41.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:56:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:56:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:56:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:56:32.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:56:32.281Z||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-17T05:56:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:56:41.836Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:56:41.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:57:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:57:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:57:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:57:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:57:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:57:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:57:41.823Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:57:41.823Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:58:32.258Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:58:32.258Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T05:58:32.259Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T05:58:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:58:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T05:58:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T05:58:41.816Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:58:41.819Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:59:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:59:32.255Z||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-17T05:59:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:59:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T05:59:32.280Z||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-17T05:59:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T05:59:41.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T05:59:41.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:00:32.255Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:00:32.258Z||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-17T06:00:32.258Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:00:32.279Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:00:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:00:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:00:41.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:00:41.844Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:01:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:01:32.255Z||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-17T06:01:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:01:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:01:32.280Z||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-17T06:01:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:01:41.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:01:41.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:02:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:02:32.255Z||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-17T06:02:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:02:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:02:32.280Z||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-17T06:02:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:02:41.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:02:41.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:03:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:03:32.255Z||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-17T06:03:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:03:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:03:32.279Z||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-17T06:03:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:03:41.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:03:41.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:04:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:04:32.255Z||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-17T06:04:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:04:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:04:32.279Z||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-17T06:04:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:04:41.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:04:41.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:05:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:05:32.254Z||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-17T06:05:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:05:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:05:32.280Z||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-17T06:05:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:05:41.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:05:41.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:06:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:06:32.255Z||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-17T06:06:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:06:32.279Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:06:32.280Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:06:32.280Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:06:41.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:06:41.828Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:07:32.254Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:07:32.255Z||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-17T06:07:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:07:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:07:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T06:07:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T06:07:41.833Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:07:41.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:08:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:08:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:08:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:08:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:08:32.279Z||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-17T06:08:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:08:41.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:08:41.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:09:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:09:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:09:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:09:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:09:32.280Z||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-17T06:09:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:09:41.853Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:09:41.874Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:10:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:10:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:10:32.256Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:10:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:10:32.280Z||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-17T06:10:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:10:41.805Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:10:41.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:11:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:11:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:11:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:11:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:11:32.280Z||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-17T06:11:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:11:41.823Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:11:41.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:12:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:12:32.257Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:12:32.257Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:12:32.279Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:12:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:12:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:12:41.824Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:12:41.841Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:13:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:13:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:13:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:13:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:13:32.280Z||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-17T06:13:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:13:41.830Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:13:41.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:14:32.254Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:14:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-17T06:14:32.255Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ... 2023-01-17T06:14:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:14:32.279Z||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-17T06:14:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:14:41.816Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:14:41.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:15:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:15:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:15:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:15:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:15:32.280Z||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-17T06:15:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:15:41.806Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:15:41.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:16:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:16:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:16:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:16:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:16:32.280Z||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-17T06:16:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:16:41.827Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:16:41.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:17:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:17:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:17:32.258Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:17:32.279Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:17:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:17:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:17:41.868Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:17:41.870Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:18:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:18:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:18:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:18:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:18:32.280Z||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-17T06:18:32.281Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:18:41.841Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:18:41.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:19:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:19:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:19:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:19:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:19:32.280Z||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-17T06:19:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:19:41.826Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:19:41.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:20:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:20:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:20:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:20:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:20:32.280Z||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-17T06:20:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:20:41.835Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:20:41.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:21:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:21:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:21:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:21:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:21:32.280Z||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-17T06:21:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:21:41.853Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:21:41.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:22:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:22:32.256Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:22:32.257Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:22:32.279Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:22:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:22:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:22:41.831Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:22:41.873Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:23:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:23:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:23:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:23:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:23:32.280Z||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-17T06:23:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:23:41.848Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:23:41.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:24:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:24:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:24:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:24:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:24:32.280Z||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-17T06:24:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:24:41.843Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:24:41.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:25:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:25:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:25:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:25:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:25:32.280Z||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-17T06:25:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:25:41.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:25:41.850Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:26:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:26:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:26:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:26:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:26:32.280Z||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-17T06:26:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:26:41.839Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:26:41.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:27:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:27:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:27:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:27:32.280Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:27:32.282Z||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-17T06:27:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:27:41.832Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:27:41.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:28:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:28:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:28:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:28:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:28:32.280Z||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-17T06:28:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:28:41.803Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:28:41.865Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:29:32.254Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:29:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:29:32.255Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:29:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:29:32.279Z||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-17T06:29:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:29:41.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:29:41.860Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:30:32.254Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:30:32.255Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:30:32.255Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:30:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:30:32.280Z||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-17T06:30:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:30:41.839Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:30:41.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:31:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:31:32.254Z||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-17T06:31:32.254Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:31:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:31:32.280Z||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-17T06:31:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:31:41.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:31:41.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:32:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:32:32.254Z||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-17T06:32:32.254Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:32:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:32:32.279Z||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-17T06:32:32.279Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:32:41.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:32:41.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:33:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:33:32.255Z||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-17T06:33:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:33:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:33:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T06:33:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T06:33:41.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:33:41.847Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:34:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:34:32.255Z||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-17T06:34:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:34:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:34:32.279Z||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-17T06:34:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:34:41.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:34:41.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:35:32.255Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:35:32.255Z||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-17T06:35:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:35:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:35:32.280Z||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-17T06:35:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:35:41.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:35:41.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:36:32.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:36:32.255Z||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-17T06:36:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:36:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:36:32.280Z||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-17T06:36:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:36:41.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:36:41.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:37:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:37:32.255Z||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-17T06:37:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:37:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:37:32.280Z||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-17T06:37:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:37:41.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:37:41.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:38:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:38:32.255Z||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-17T06:38:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:38:32.279Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:38:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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-17T06:38:32.280Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ... 2023-01-17T06:38:41.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:38:41.881Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:39:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:39:32.255Z||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-17T06:39:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:39:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:39:32.279Z||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-17T06:39:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:39:41.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:39:41.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:40:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:40:32.255Z||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-17T06:40:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:40:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:40:32.280Z||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-17T06:40:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:40:41.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:40:41.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:41:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:41:32.255Z||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-17T06:41:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:41:32.279Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:41:32.281Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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-17T06:41:32.282Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|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 4KICICBhOAmsafEh) ... 2023-01-17T06:41:41.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:41:41.911Z|e8beeb95-eb81-41ce-93e5-fff6d0ef39a1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:42:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:42:32.255Z||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-17T06:42:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:42:32.279Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:42:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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-17T06:42:32.280Z|a9ab2667-7972-4195-a189-0444971918fa|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 4KICICBhOAmsafEh) ... 2023-01-17T06:42:41.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:42:41.848Z|a9ab2667-7972-4195-a189-0444971918fa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:43:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:43:32.255Z||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-17T06:43:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:43:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:43:32.280Z||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-17T06:43:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:43:41.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:43:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:44:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:44:32.255Z||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-17T06:44:32.255Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:44:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:44:32.280Z||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-17T06:44:32.280Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:44:41.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:44:41.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:45:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:45:32.255Z||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-17T06:45:32.256Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:45:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-17T06:45:32.280Z||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-17T06:45:32.282Z||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 4KICICBhOAmsafEh) ... 2023-01-17T06:45:41.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-17T06:45:41.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK